File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications/aws-serverless/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test.describe('NPM package', () => {
4545 expect . objectContaining ( {
4646 data : expect . objectContaining ( {
4747 'sentry.op' : 'http.client' ,
48- 'sentry.origin' : 'auto.http.otel.http ' ,
48+ 'sentry.origin' : 'auto.http.client ' ,
4949 url : 'http://example.com/' ,
5050 } ) ,
5151 description : 'GET http://example.com/' ,
@@ -113,7 +113,7 @@ test.describe('NPM package', () => {
113113 expect . objectContaining ( {
114114 data : expect . objectContaining ( {
115115 'sentry.op' : 'http.client' ,
116- 'sentry.origin' : 'auto.http.otel.http ' ,
116+ 'sentry.origin' : 'auto.http.client ' ,
117117 url : 'http://example.com/' ,
118118 } ) ,
119119 description : 'GET http://example.com/' ,
You can’t perform that action at this time.
0 commit comments