Skip to content

Commit 2b53786

Browse files
committed
add tracinghandler
1 parent 57c6368 commit 2b53786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/express/src/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Sentry.init({
2020
});
2121

2222
app.use(Sentry.Handlers.requestHandler());
23+
app.use(Sentry.Handlers.tracingHandler());
2324

2425
app.get('/test-success', function (req, res) {
2526
res.send({ version: 'v1' });

0 commit comments

Comments
 (0)