We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f178dea commit d1618c4Copy full SHA for d1618c4
tests/tracing/test_span_streaming.py
@@ -261,7 +261,7 @@ def traces_sampler(sampling_context):
261
...
262
263
264
-def test_new_custom_sampling_context(sentry_init):
+def test_custom_sampling_context_update_to_context_value_persists(sentry_init):
265
def traces_sampler(sampling_context):
266
if sampling_context["attributes"]["first"] is True:
267
assert sampling_context["custom_value"] == 1
0 commit comments