Skip to content

Commit 7cdbef2

Browse files
committed
fix existing test
1 parent fea1677 commit 7cdbef2

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/express/tracing-experimental

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/express/tracing-experimental/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ app.get(['/test/arr/:id', /\/test\/arr[0-9]*\/required(path)?(\/optionalPath)?\/
3434
res.send({ response: 'response 4' });
3535
});
3636

37-
app.use(Sentry.Handlers.errorHandler());
37+
app.use(Sentry.errorHandler());
3838

3939
startExpressServerAndSendPortToRunner(app);

0 commit comments

Comments
 (0)