-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Problem Statement
The JavaScript SDK does not have proper Attachments API support
Today the JavaScript SDK asks the user to call the API endpoint on Sentry
https://docs.sentry.io/platforms/javascript/enriching-events/attachments/
we should have something similar to other SDKs
https://docs.sentry.io/platforms/java/enriching-events/attachments/
Solution Brainstorm
we should have something similar to other SDKs
https://docs.sentry.io/platforms/java/enriching-events/attachments/
Work
- PR adding attachments API: feat: Add attachments API #5004
- Ensure attachments are attached to envelopes correctly: ref(core): Actually ensure attachments are added to the envelope #5159
- Testing mutability: ref(core): Test mutation of attachments in hint #5140
smeubanktimfish