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 2d45f6c commit d6370ceCopy full SHA for d6370ce
src/platforms/node/common/performance/instrumentation/automatic-instrumentation.mdx
@@ -37,8 +37,8 @@ Sentry.init({
37
// (This function is slow because of file I/O, consider manually adding additional integrations instead)
38
...Sentry.autoDiscoverNodePerformanceMonitoringIntegrations(),
39
// Or manually add integrations of your choice. For example:
40
- Sentry.Integrations.Apollo(),
41
- Sentry.Integrations.Postgres(),
+ new Sentry.Integrations.Apollo(),
+ new Sentry.Integrations.Postgres(),
42
],
43
44
// We recommend adjusting this value in production, or using tracesSampler
0 commit comments