sentry stuff
All checks were successful
deploy / deploy (push) Successful in 1m14s

This commit is contained in:
Lee 2024-02-01 01:41:10 +00:00
parent f58ea539f9
commit 56f7255918

@ -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);