Skip to content

Commit 0ac6b3b

Browse files
committed
fix: sentry controlplane auto-instrumentation
1 parent 5115f6c commit 0ac6b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/src/core/sentry.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as Sentry from '@sentry/node';
22
import { nodeProfilingIntegration } from '@sentry/profiling-node';
33
import { eventLoopBlockIntegration } from '@sentry/node-native';
44
import { fastifyIntegration, pinoIntegration } from '@sentry/node';
5-
import { envVariables } from "./env.schema.js";
5+
import { envVariables } from './env.schema.js';
66

77
const {
88
SENTRY_ENABLED,

0 commit comments

Comments
 (0)