-
-
Notifications
You must be signed in to change notification settings - Fork 521
Closed
Labels
Description
Issue Description
Net::HTTP errors (here Net::OpenTimeout) don't derive from StandardError so they are not rescued in send_event and sent upstream as exceptions to Sentry.
Reproduction Steps
The following issue is from SentryEventJob with config.async but I think the problem holds generally.
https://sentry.io/share/issue/8e2e207b0fec41aaa2615f610a5437d6/
Expected Behavior
Exceptions in the SDK should be gracefully ignored.
Actual Behavior
They show up in Sentry.
Ruby Version
2.6.8p205
SDK Version
5.2.1
Integration and Its Version
No response
Sentry Config
No response