We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0ba7f commit e4bd659Copy full SHA for e4bd659
sentry_sdk/consts.py
@@ -49,6 +49,8 @@ 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
56
):
0 commit comments