-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Add addToTransactions to Attachment #1185
Labels
Milestone
Comments
philipphofmann
changed the title
Add addToTransaction to Attachments
Add addToTransactions to Attachments
Jan 19, 2021
@philipphofmann we plan to release 4.0 next week, is this going to make into it? |
@bruno-garcia I can take care of it. |
Thanks @philipphofmann ! |
philipphofmann
added a commit
that referenced
this issue
Jan 21, 2021
Add extra parameter addToTransaction to attachment, which specifies if the SDK adds the it to transactions or not. The default is false. Fixes GH-1185
philipphofmann
changed the title
Add addToTransactions to Attachments
Add addToTransactions to Attachment
Jan 21, 2021
4 tasks
philipphofmann
added a commit
that referenced
this issue
Jan 21, 2021
Add extra parameter addToTransaction to attachment, which specifies if the SDK adds it to transactions or not. The default is false. Fixes GH-1185
philipphofmann
added a commit
that referenced
this issue
Jan 21, 2021
Add extra parameter addToTransaction to attachment, which specifies if the SDK adds it to transactions or not. The default is false. Fixes GH-1185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SentryClient currently adds attachments to transactions
sentry-java/sentry/src/main/java/io/sentry/SentryClient.java
Lines 359 to 360 in 2f8360a
This can add a huge overhead when putting large attachments to the scope. In order to avoid this, we can add
addToTransactions
to attachments and set the default tofalse
. The Python SDK already has this flag.The text was updated successfully, but these errors were encountered: