Skip to content

Commit 5809316

Browse files
committed
Changing the default value to have tracing without performance out of the box
1 parent 3f16e6b commit 5809316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def __init__(
511511
debug=None, # type: Optional[bool]
512512
attach_stacktrace=False, # type: bool
513513
ca_certs=None, # type: Optional[str]
514-
traces_sample_rate=None, # type: Optional[float]
514+
traces_sample_rate=0, # type: Optional[float]
515515
traces_sampler=None, # type: Optional[TracesSampler]
516516
profiles_sample_rate=None, # type: Optional[float]
517517
profiles_sampler=None, # type: Optional[TracesSampler]

0 commit comments

Comments
 (0)