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=None will be used)
180
-
(-1, 0),
179
+
# special case for testing, do not pass any traces_sample_rate to init() (the default traces_sample_rate=0 will be used)
180
+
(-1, 1),
181
181
# traces_sample_rate=None means do not create new traces, and also do not continue incoming traces. So, no envelopes at all.
182
182
(None, 0),
183
183
# 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