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 ea5bc89 commit 6fa452cCopy full SHA for 6fa452c
server/utils/monitoring.ts
@@ -28,6 +28,8 @@ export function init() {
28
Sentry.httpIntegration(),
29
nodeProfilingIntegration(),
30
],
31
+ // https://github.com/getsentry/sentry-javascript/issues/12996
32
+ registerEsmLoaderHooks: { onlyIncludeInstrumentedModules: true },
33
tracesSampler(samplingContext) {
34
// ignore healthcheck transactions by other services (consul, etc.)
35
if (samplingContext.request?.url?.includes('/resources/healthcheck')) {
0 commit comments