We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2285c commit 2cb11a7Copy full SHA for 2cb11a7
tests/tracing/test_integration_tests.py
@@ -121,7 +121,7 @@ def test_continue_trace(
121
def test_propagate_traces_deprecation_warning(sentry_init, sample_rate):
122
sentry_init(traces_sample_rate=sample_rate, propagate_traces=False)
123
124
- with start_transaction(name="hi"):
+ with start_span(name="hi"):
125
with start_span() as old_span:
126
with pytest.warns(DeprecationWarning):
127
dict(
0 commit comments