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 57c6368 commit 2b53786Copy full SHA for 2b53786
apps/express/src/app.ts
@@ -20,6 +20,7 @@ Sentry.init({
20
});
21
22
app.use(Sentry.Handlers.requestHandler());
23
+app.use(Sentry.Handlers.tracingHandler());
24
25
app.get('/test-success', function (req, res) {
26
res.send({ version: 'v1' });
0 commit comments