Skip to content

Is it possible send events to Sentry just by HTTP requests? #7918

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

You must be logged in to vote

Here is the protocol we use for sending data to Sentry: https://develop.sentry.dev/sdk/envelopes/

You'll also have to account for rate limiting: https://develop.sentry.dev/sdk/rate-limiting/

And here is the definition for payload: https://develop.sentry.dev/sdk/event-payloads/types/

We highly recommend against this though because this is a moving target, and you'll have to update your code to get access to new features. You'll also have to implement stacktrace parsing by yourself too (since error.stack is non standard across platforms).

Replies: 1 comment 1 reply

Comment options

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

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