sentry-dotnet
sentry-dotnet copied to clipboard
Add addToTransactions to Attachment
The attachments should offer a flag addToTransactions
, that specific if the attachment is added to transactions or not. The default should be false
. See https://develop.sentry.dev/sdk/features/#attachments
Related to https://github.com/getsentry/sentry-java/issues/1185
For reference: https://github.com/getsentry/sentry-java/pull/1191