How to define rate limit per-project independently

I am running a test environment to validate sentry usage and I am not finding a way to rate limit a specific project on its own without mixing the usage as a ratio of all projects. For example, if the project receives 50 events in 10 minutes, I want to send a limit-reached alert. I don’t see a way to define it in settings.

I have sentry 8.21.0 on my local setup and have a simple ruby script generating events using 1/0

1 Like