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.
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.