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 7c91b7b commit 6673bc0Copy full SHA for 6673bc0
dev-packages/node-integration-tests/suites/express/handle-error-scope-data-loss/test.ts
@@ -50,6 +50,9 @@ test('withScope scope is NOT applied to thrown error caught by global handler',
50
expect(() => runner.makeRequest('get', '/test/withScope')).rejects.toThrow();
51
});
52
53
+/**
54
+ * This test shows that the isolation scope set tags are applied correctly to the error.
55
+ */
56
test('isolation scope is applied to thrown error caught by global handler', done => {
57
const runner = createRunner(__dirname, 'server.ts')
58
.ignore('session', 'sessions')
0 commit comments