Skip to content

Commit 90e2509

Browse files
committed
fix: Remove obsolete code comments and fip default of traceparent_v2
1 parent f7c494b commit 90e2509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ def __init__(
6262
attach_stacktrace=False, # type: bool
6363
ca_certs=None, # type: Optional[str]
6464
propagate_traces=True, # type: bool
65-
# DO NOT ENABLE THIS RIGHT NOW UNLESS YOU WANT TO EXCEED YOUR EVENT QUOTA IMMEDIATELY
6665
traces_sample_rate=0.0, # type: float
67-
traceparent_v2=False, # type: bool
66+
traceparent_v2=True, # type: bool
6867
_experiments={}, # type: Experiments # noqa: B006
6968
):
7069
# type: (...) -> None

0 commit comments

Comments
 (0)