From 69b0923cdcef19b55d4f855473128d1b05d8f0c7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Martinez Date: Sun, 4 May 2025 00:30:56 +0200 Subject: [PATCH] fix sentry --- next.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.ts b/next.config.ts index c20f2be..769727a 100644 --- a/next.config.ts +++ b/next.config.ts @@ -19,8 +19,8 @@ export default withSentryConfig(nextConfig, { // For all available options, see: // https://www.npmjs.com/package/@sentry/webpack-plugin#options - org: "goto-lcs-ug", - project: "pegna-ai-web", + org: "goto-lcs", + project: "pegnaai-web", // Only print logs for uploading source maps in CI silent: !process.env.CI, @@ -46,4 +46,3 @@ export default withSentryConfig(nextConfig, { // https://vercel.com/docs/cron-jobs automaticVercelMonitors: true, }); -