getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

Log a warning when rate limit is active #195

Open philipphofmann opened 1 month ago

philipphofmann commented 1 month ago

When the SDK removes an envelope item due to rate limiting, it should log a warning or error message, that surfaces even when the option debug = false. We recently had an investigation with a customer, and no events ended up in Sentry. It took us a while to determine that all envelope items were rate-limited. This was very confusing and frustrating to the customer, and they couldn't discover the problem themselves.

### Tasks
- [ ] https://github.com/getsentry/sentry-cocoa/issues/4456
- [ ] Android
- [ ] https://github.com/getsentry/sentry-dart/issues/2436
- [ ] JavaScript
- [ ] https://github.com/getsentry/sentry-react-native/issues/4193