From 9ac0a72b6c34be1b50171be41e2eccd13226063a Mon Sep 17 00:00:00 2001 From: Juan Cruz Martinez Date: Sun, 4 May 2025 00:46:35 +0200 Subject: [PATCH] fix sentry --- next.config.ts | 2 ++ 1 file changed, 2 insertions(+) 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,