diff --git a/next.config.js b/next.config.js index 613bd09..2a302f4 100644 --- a/next.config.js +++ b/next.config.js @@ -29,7 +29,7 @@ const nextConfig = { }; const sentryOptions = { - org: 'houston-artcc-ym', + org: 'zhuartcc', project: 'zhu-frontend', authToken: process.env.SENTRY_AUTH_TOKEN, silent: true,