-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend envelope API to allow event-specific attachments #978
Comments
Hi @hongjiaheng. While we expose some Exposing envelopes in the send path would require opening up either with another This would allow users to extend the envelope further after we applied scope-related changes (including global attachments) and invoked the Let's leave this here so users can vote. |
Thanks for your reply. I think this is a important requirement. I asked my Android colleagues, and their Sentry SDK supports this feature. |
Doesn't anyone have this need? Attach specific files when sending events. Currently, the SDK only provides a global interface for attaching files:
Is there a way to attach different files for different events? I think the SDK support this, but it hasn't exposed the corresponding interface, because now it only provide one header file called sentry.h, but there are some userfull function define in sentry_envelope.h i cannot use it.
The text was updated successfully, but these errors were encountered: