Rate limiting is causing our app to 500

We are having an issue where Sentry is return a “Too many requests” response to us. This is causing an exception to be thrown by the Sentry library itself. I think the error is ultimately because of CurlPromise errors.

Essentially, the fact that we are being rate limited by our API is causing our application throw an unhandled exception and 500.

We are using “sentry/sentry-symfony”: “^3.0”,

Has anyone else experienced this issue?

Looks like you need to upgrade sentry-php to 2.2.2 (released 4 days ago): https://github.com/getsentry/sentry-php/pull/899

/cc @HazAT