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 2c9398d commit 2c714deCopy full SHA for 2c714de
src/wizard/node/express.md
@@ -33,7 +33,7 @@ Sentry.init({
33
// enable HTTP calls tracing
34
new Sentry.Integrations.Http({ tracing: true }),
35
// enable Express.js middleware tracing
36
- new Tracing.Integrations.Express({ app }),
+ new Sentry.Integrations.Express({ app }),
37
// Automatically instrument Node.js libraries and frameworks
38
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
39
],
0 commit comments