Skip to content

Send timeout triggered by filtered events #894

@lobsterkatie

Description

@lobsterkatie

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions