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 07b4c11 commit a65e856Copy full SHA for a65e856
1 file changed
dev-packages/node-integration-tests/suites/express/handle-error/test.ts
@@ -10,6 +10,15 @@ test('should capture and send Express controller error with txn name if tracesSa
10
.expect({
11
transaction: {
12
transaction: 'GET /test/express/:id',
13
+ contexts: {
14
+ trace: {
15
+ op: 'http.server',
16
+ status: 'internal_error',
17
+ data: expect.objectContaining({
18
+ 'http.response.status_code': 500,
19
+ }),
20
+ },
21
22
},
23
})
24
0 commit comments