We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae6745 commit 09d247eCopy full SHA for 09d247e
sentry_sdk/integrations/opentelemetry/consts.py
@@ -30,4 +30,4 @@ class SentrySpanAttribute:
30
NAME = "sentry.name"
31
SOURCE = "sentry.source"
32
CONTEXT = "sentry.context"
33
- CUSTOM_SAMPLED = "sentry.custom_sampled"
+ CUSTOM_SAMPLED = "sentry.custom_sampled" # used for saving start_span(sampled=X)
0 commit comments