Update last minute things before rebuilding

This commit is contained in:
2026-03-20 18:34:33 -05:00
parent a8bb610be7
commit 60dc57ddf7
6 changed files with 59 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ const sentryConfig = {
sentryUrl: env.NEXT_PUBLIC_SENTRY_URL,
authToken: env.SENTRY_AUTH_TOKEN,
// Only print logs for uploading source maps in CI
silent: !env.CI,
silent: env.CI,
// For all available options, see:
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
// Upload a larger set of source maps for prettier stack traces (increases build time)