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 f7c494b commit 90e2509Copy full SHA for 90e2509
sentry_sdk/consts.py
@@ -62,9 +62,8 @@ def __init__(
62
attach_stacktrace=False, # type: bool
63
ca_certs=None, # type: Optional[str]
64
propagate_traces=True, # type: bool
65
- # DO NOT ENABLE THIS RIGHT NOW UNLESS YOU WANT TO EXCEED YOUR EVENT QUOTA IMMEDIATELY
66
traces_sample_rate=0.0, # type: float
67
- traceparent_v2=False, # type: bool
+ traceparent_v2=True, # type: bool
68
_experiments={}, # type: Experiments # noqa: B006
69
):
70
# type: (...) -> None
0 commit comments