Skip to content

Commit 44eeab9

Browse files
authored
[공통] Sentry 설정 수정 (#1219)
1 parent be79e9c commit 44eeab9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

next.config.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ export default withSentryConfig(nextConfig, {
6464
project: process.env.SENTRY_PROJECT || 'koin-prod',
6565
release: { name: process.env.NEXT_PUBLIC_SENTRY_RELEASE },
6666
silent: !process.env.CI,
67-
widenClientFileUpload: false,
67+
widenClientFileUpload: true,
6868
tunnelRoute: '/monitoring',
69-
disableLogger: true,
69+
bundleSizeOptimizations: {
70+
excludeDebugStatements: true,
71+
},
72+
sourcemaps: {
73+
deleteSourcemapsAfterUpload: true,
74+
},
7075
});

0 commit comments

Comments
 (0)