Skip to content

Commit e4bd659

Browse files
committed
doc: Add warning comment
1 parent ca0ba7f commit e4bd659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/consts.py

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def __init__(
4949
attach_stacktrace=False, # type: bool
5050
ca_certs=None, # type: Optional[str]
5151
propagate_traces=True, # type: bool
52+
53+
# DO NOT ENABLE THIS RIGHT NOW UNLESS YOU WANT TO EXCEED YOUR EVENT QUOTA IMMEDIATELY
5254
traces_sample_rate=0.0, # type: float
5355
traceparent_v2=False, # type: bool
5456
):

0 commit comments

Comments
 (0)