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 12eb688 commit db378aeCopy full SHA for db378ae
next.config.mjs
@@ -25,6 +25,7 @@ const nextConfig = {
25
],
26
},
27
};
28
+
29
export default withSentryConfig(nextConfig, {
30
// 센트리 동작을 위한 기본값
31
authToken: process.env.NEXT_PUBLIC_SENTRY_AUTH_TOKEN,
0 commit comments