-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Description
Currently, if an event triggers any of Sentry's server-side filters (like the web crawler filter, for instance), it kicks the ruby SDK into timeout mode, because a filtering error is treated the same way as, say, a rate limit error. Future legit errors therefore get blocked. Compounding the problem, the timeout never ends unless the SDK is entirely idle for 36 seconds. (See the related issue here.)
Other SDK's don't go to timeout mode in response to filtered events. Let's make this configurable, at minimum, or take out the behavior entirely.