Attachments API #879
Closed
philipphofmann
started this conversation in
Show and tell
Replies: 1 comment
-
With the release of 6.1.0, the attachments API is now stable. Please check out the docs for more info. |
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
-
With 6.1.0-alpha.0 we released a preview for uploading attachments to Sentry.
An attachment can either contain a byte array or the path to a file.
The attachments live on the scope. You can either add them on the global scope to be sent with every event or add them on the explicit scope to just send the attachment once.
Related issue #871 and PR #875.
We would love to get your feedback on this API.
Beta Was this translation helpful? Give feedback.
All reactions