File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def test_span_set_data_update_data(sentry_init, capture_events):
201201
202202 events = capture_events ()
203203
204- with sentry_sdk .start_transaction (name = "test-transaction " ):
204+ with sentry_sdk .start_span (name = "test-root-span " ):
205205 with start_span (op = "test-span" ) as span :
206206 span .set_data ("key0" , "value0" )
207207 span .set_data ("key1" , "value1" )
@@ -232,7 +232,7 @@ def test_update_current_span(sentry_init, capture_events):
232232
233233 events = capture_events ()
234234
235- with sentry_sdk .start_transaction (name = "test-transaction " ):
235+ with sentry_sdk .start_span (name = "test-root-span " ):
236236 with start_span (op = "test-span-op" , name = "test-span-name" ):
237237 sentry_sdk .update_current_span (
238238 op = "updated-span-op" ,
You can’t perform that action at this time.
0 commit comments