Skip to content

Commit 2c714de

Browse files
authored
docs(express-sdk): Fix Express SDK wizard example code
Fix Tracing is not defined when you try to run the example code here.
1 parent 2c9398d commit 2c714de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizard/node/express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sentry.init({
3333
// enable HTTP calls tracing
3434
new Sentry.Integrations.Http({ tracing: true }),
3535
// enable Express.js middleware tracing
36-
new Tracing.Integrations.Express({ app }),
36+
new Sentry.Integrations.Express({ app }),
3737
// Automatically instrument Node.js libraries and frameworks
3838
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
3939
],

0 commit comments

Comments
 (0)