Issue
I see in the network logs from my application POST requests to sentry.io are getting a 429 Too Many Requests response from Sentry.
Applies To
- SaaS Sentry users
- All plans, including Free Developer plan.
Resolution
This is expected and intended behaviour. Sentry will send a 429 status code when events are dropped on the Server side in the following cases:
- Your organisation is out of quota for the event category.
- The event is dropped by Spike Protection
- The event is dropped by DSN key rate limits
You are able to see how many events are dropped for these reasons on your Stats page, under "Rate limited events" category.
To prevent future quota issues please check our Quota Management Guide.