Skip to content

Commit 09d247e

Browse files
committed
comment
1 parent 7ae6745 commit 09d247e

File tree

1 file changed

+1
-1
lines changed
  • sentry_sdk/integrations/opentelemetry

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/opentelemetry/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ class SentrySpanAttribute:
3030
NAME = "sentry.name"
3131
SOURCE = "sentry.source"
3232
CONTEXT = "sentry.context"
33-
CUSTOM_SAMPLED = "sentry.custom_sampled"
33+
CUSTOM_SAMPLED = "sentry.custom_sampled" # used for saving start_span(sampled=X)

0 commit comments

Comments
 (0)