You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# special case for testing, do not pass any traces_sample_rate to init() (the default traces_sample_rate=0 will be used)
182
-
(USE_DEFAULT_TRACES_SAMPLE_RATE, 1),
181
+
# special case for testing, do not pass any traces_sample_rate to init() (the default traces_sample_rate=None will be used)
182
+
(USE_DEFAULT_TRACES_SAMPLE_RATE, 0),
183
183
# traces_sample_rate=None means do not create new traces, and also do not continue incoming traces. So, no envelopes at all.
184
184
(None, 0),
185
185
# traces_sample_rate=0 means do not create new traces (0% of the requests), but continue incoming traces. So envelopes will be created only if there is an incoming trace.
0 commit comments