Skip to content

Commit 6d50d5d

Browse files
committed
fix node test
1 parent 2ebeb01 commit 6d50d5d

File tree

1 file changed

+5
-3
lines changed
  • dev-packages/node-integration-tests/suites/tracing/connect

1 file changed

+5
-3
lines changed

dev-packages/node-integration-tests/suites/tracing/connect/test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ describe('connect auto-instrumentation', () => {
1616
'connect.type': 'request_handler',
1717
'http.route': '/',
1818
'otel.kind': 'INTERNAL',
19-
'sentry.origin': 'manual',
19+
'sentry.origin': 'auto.http.otel.connect',
20+
'sentry.op': 'request_handler.connect',
2021
}),
21-
description: 'request handler - /',
22-
origin: 'manual',
22+
description: '/',
23+
origin: 'auto.http.otel.connect',
24+
op: 'request_handler.connect',
2325
status: 'ok',
2426
}),
2527
]),

0 commit comments

Comments
 (0)