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 1d75da5 commit 6fc2287Copy full SHA for 6fc2287
sentry_sdk/consts.py
@@ -72,7 +72,7 @@ def __init__(
72
attach_stacktrace=False, # type: bool
73
ca_certs=None, # type: Optional[str]
74
propagate_traces=True, # type: bool
75
- traces_sample_rate=None, # type: Optional[float]
+ traces_sample_rate=0.0, # type: float
76
traces_sampler=None, # type: Optional[TracesSampler]
77
auto_enabling_integrations=True, # type: bool
78
_experiments={}, # type: Experiments # noqa: B006
0 commit comments