We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94695d commit 091cd3aCopy full SHA for 091cd3a
dev-packages/node-integration-tests/suites/tracing/spans/test.ts
@@ -35,7 +35,7 @@ test('should capture spans for outgoing http requests', done => {
35
description: expect.stringMatching(/GET .*\/api\/v1/),
36
op: 'http.client',
37
origin: 'auto.http.otel.http',
38
- status: 'unknown_error',
+ status: 'not_found',
39
data: expect.objectContaining({
40
'http.response.status_code': 404,
41
}),
0 commit comments