@@ -133,7 +133,7 @@ test('Should record spans from http instrumentation', async ({ request }) => {
133133 trace_id : expect . stringMatching ( / [ a - f 0 - 9 ] { 32 } / ) ,
134134 data : expect . objectContaining ( {
135135 'http.flavor' : '1.1' ,
136- 'http.host' : 'example.com:80 ' ,
136+ 'http.host' : 'example.com' ,
137137 'http.method' : 'GET' ,
138138 'http.response.status_code' : 200 ,
139139 'http.status_code' : 200 ,
@@ -146,7 +146,7 @@ test('Should record spans from http instrumentation', async ({ request }) => {
146146 'net.transport' : 'ip_tcp' ,
147147 'otel.kind' : 'CLIENT' ,
148148 'sentry.op' : 'http.client' ,
149- 'sentry.origin' : 'auto.http.otel.http ' ,
149+ 'sentry.origin' : 'auto.http.client ' ,
150150 url : 'http://example.com/' ,
151151 } ) ,
152152 description : 'GET http://example.com/' ,
@@ -155,6 +155,6 @@ test('Should record spans from http instrumentation', async ({ request }) => {
155155 timestamp : expect . any ( Number ) ,
156156 status : 'ok' ,
157157 op : 'http.client' ,
158- origin : 'auto.http.otel.http ' ,
158+ origin : 'auto.http.client ' ,
159159 } ) ;
160160} ) ;
0 commit comments