You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sentry client has a bug where its Transport can block the send of the event (capture_event), which is exacerbated when we’re sending a large amount of events to sentry.
Sentry fixed this bug almost 2 years ago but the fix wasn’t applied to the curl Transport we must use (due to past compilation issues with grpc’s boringssl conflicting with openssl usage in e.g. reqwest).
The sentry client has a bug where its Transport can block the send of the event (
capture_event
), which is exacerbated when we’re sending a large amount of events to sentry.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: