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