diff --git a/next.config.ts b/next.config.ts index 769727a..b3e1eec 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,6 +21,8 @@ export default withSentryConfig(nextConfig, { org: "goto-lcs", project: "pegnaai-web", + // Pass the auth token + authToken: process.env.SENTRY_AUTH_TOKEN, // Only print logs for uploading source maps in CI silent: !process.env.CI,