Skip to content

Commit 9f435d5

Browse files
committed
fix: sentry controlplane auto-instrumentation
1 parent 5dffbc9 commit 9f435d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controlplane/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import './core/sentry.config.js';
2-
import * as Sentry from '@sentry/node';
3-
// eslint-disable-next-line import/order
42
import * as process from 'node:process';
3+
import * as Sentry from '@sentry/node';
54
import pino from 'pino';
65

76
import 'dotenv/config';

0 commit comments

Comments
 (0)