-
-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Description
The SentryClient currently adds attachments to transactions
sentry-java/sentry/src/main/java/io/sentry/SentryClient.java
Lines 359 to 360 in 2f8360a
| final SentryEnvelope envelope = | |
| buildEnvelope(sentryTransaction, getAttachmentsFromScope(scope)); |
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 to false. The Python SDK already has this flag.Metadata
Metadata
Assignees
Labels
performancePerformance API issuesPerformance API issues