Replies: 1 comment
-
Even if the envelope is sent over the network, there's no guarantee the event won't be dropped due to some server-side filter, quota limit or something else. That said, this does come up a lot. Including in the JS SDK, Dart SDK. Currently the only way to get a 'best effort' callback is to add a custom (decorator) HTTP Message handler: sentry-dotnet/src/Sentry/SentryOptions.cs Line 341 in 4d36f00 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm trying to understand if there's a way to know if a notification is correctly sended to the Sentry cloud.
The reason is to show to the user the feedback.
i'm using this instruction:
SentryId id = SentrySdk.CaptureException(ex);
and i don't see any exception or notification fired if the notification is sended or not (eg: no internet connection) to the cloud.
Beta Was this translation helpful? Give feedback.
All reactions