@@ -65,6 +65,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
65
65
'http.response.status_code' : 200 ,
66
66
'sentry.op' : 'http.server' ,
67
67
'sentry.origin' : 'auto.http.otel.http' ,
68
+ 'sentry.source' : 'route' ,
68
69
} ,
69
70
op : 'http.server' ,
70
71
span_id : expect . any ( String ) ,
@@ -89,6 +90,7 @@ test('Propagates trace for outgoing http requests', async ({ baseURL }) => {
89
90
'http.response.status_code' : 200 ,
90
91
'sentry.op' : 'http.server' ,
91
92
'sentry.origin' : 'auto.http.otel.http' ,
93
+ 'sentry.source' : 'route' ,
92
94
} ,
93
95
op : 'http.server' ,
94
96
parent_span_id : outgoingHttpSpanId ,
@@ -162,6 +164,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
162
164
'http.response.status_code' : 200 ,
163
165
'sentry.op' : 'http.server' ,
164
166
'sentry.origin' : 'auto.http.otel.http' ,
167
+ 'sentry.source' : 'route' ,
165
168
} ,
166
169
op : 'http.server' ,
167
170
span_id : expect . any ( String ) ,
@@ -186,6 +189,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
186
189
'http.response.status_code' : 200 ,
187
190
'sentry.op' : 'http.server' ,
188
191
'sentry.origin' : 'auto.http.otel.http' ,
192
+ 'sentry.source' : 'route' ,
189
193
} ,
190
194
op : 'http.server' ,
191
195
parent_span_id : outgoingHttpSpanId ,
0 commit comments