From 56f7255918ac69c98bc1229e8756c11af061ccc8 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 1 Feb 2024 01:41:10 +0000 Subject: [PATCH] sentry stuff --- next.config.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/next.config.js b/next.config.js index fcfa038..ab6b62c 100644 --- a/next.config.js +++ b/next.config.js @@ -60,20 +60,4 @@ const nextConfig = { images: { remotePatterns }, }; -(module.exports = async () => withBundleAnalyzer(nextConfig)), - { - silent: true, - org: "sentry", - project: "scoresaber-reloaded", - url: "https://sentry.fascinated.cc", - authToken: (await infisicalClient.getSecret("SENTRY_AUTH_TOKEN")) - .secretValue, - dryRun: process.env.NODE_ENV !== "development", - }, - { - widenClientFileUpload: false, - transpileClientSDK: false, - tunnelRoute: "/monitoring", - hideSourceMaps: true, - disableLogger: true, - }; +withBundleAnalyzer(nextConfig);