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 e5f1850 commit 518a966Copy full SHA for 518a966
sentry_sdk/consts.py
@@ -49,7 +49,6 @@ def __init__(
49
attach_stacktrace=False, # type: bool
50
ca_certs=None, # type: Optional[str]
51
propagate_traces=True, # type: bool
52
-
53
# DO NOT ENABLE THIS RIGHT NOW UNLESS YOU WANT TO EXCEED YOUR EVENT QUOTA IMMEDIATELY
54
traces_sample_rate=0.0, # type: float
55
traceparent_v2=False, # type: bool
0 commit comments