diff --git a/next.config.ts b/next.config.ts index 5cf5beb..2edb930 100644 --- a/next.config.ts +++ b/next.config.ts @@ -24,6 +24,8 @@ export default withWorkflow(withSentryConfig(withBotId(withPlausibleProxy()(next project: "webvitals", + authToken: process.env.SENTRY_AUTH_TOKEN, + // Only print logs for uploading source maps in CI silent: !process.env.CI,