Skip to content

Commit 9c70935

Browse files
committed
refactor: 디버그 관련 코드 비활성화
1 parent c43398e commit 9c70935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/sentry.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const initSentry = () => {
1212
tracesSampleRate: 0.1,
1313

1414
// Setting this option to true will print useful information to the console while you're setting up Sentry.
15-
debug: true,
15+
debug: false,
1616
enabled: true,
1717

1818
// Capture 100% of the transactions for performance monitoring

0 commit comments

Comments
 (0)