Setting Quotas (Rate-Limits) Per Project

We would like to rate-limit per project, not organization-wide. Is there a way to do this? The comment in sentry.conf.py suggests it’s possible using Quotas but no example is given.

We have rate-limits configured as such:

SENTRY_RATELIMITER = "sentry.ratelimits.redis.RedisRateLimiter"
SENTRY_OPTIONS['system.rate-limit'] = 500

How can we use Quotas instead?

Running Sentry 20.4.0

Please refer to Manage Your Event Stream, a Guide | Sentry Documentation

Brilliant, thank you.

The solution is under Common Workflows for Managing Your Event Stream

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.