When the sentry rate limit is exceeded it logs an event that looks like:
Failed to send Sentry event. {...}
These events are incredibly noisy and they swallow the actual error from being logged. Would it be possible to provide a configuration option to disable this or drop the level to debug?
Thanks.