Skip to content

how do we know an request is send successfully #7276

Answered by AbhiPrasad
SunoAries asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @SunoAries! Unfortunately there is no guarantee the SDK can make if a request is sent successfully since the event might be dropped due to rate limiting by sentry server or network conditions causing the event to never reach sentry.

If the event has been captured, you can look using the beforeSend hook to check if the event is about to be sent.

You can also enable debug: true in the SDK options to get even more details.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by smeubank
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AbhiPrasad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants