diff --git a/next.config.mjs b/next.config.mjs index f090b16..3d432d3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -34,4 +34,8 @@ export default withSentryConfig(bundleAnalyzer(nextConfig), { // Automatically tree-shake Sentry logger statements to reduce bundle size disableLogger: true, + + // The authentication token to use for all communication with Sentry. + // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#configure-source-maps + authToken: process.env.SENTRY_AUTH_TOKEN, })