From cb63a127e9f14e5bea7dd9f63ad509d4ee9f301f Mon Sep 17 00:00:00 2001 From: William McKinnerney Date: Mon, 25 Nov 2024 17:58:47 -0600 Subject: [PATCH] Update Sentry organization slug --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,