Skip to content

Commit 6888e1d

Browse files
always print source map uploads
1 parent 3cbcc6f commit 6888e1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/login/next.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ export default withSentryConfig(withNextIntl(nextConfig), {
100100
project: "auth-ui",
101101
sentryUrl: process.env.NEXT_PUBLIC_SENTRY_URL,
102102

103-
// Only print logs for uploading source maps in CI
104-
silent: !process.env.CI,
105-
106103
// For all available options, see:
107104
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
108105

@@ -115,6 +112,5 @@ export default withSentryConfig(withNextIntl(nextConfig), {
115112
// side errors will fail.
116113
tunnelRoute: "/monitoring",
117114

118-
119115
authToken: process.env.SENTRY_AUTH_TOKEN,
120116
});

0 commit comments

Comments
 (0)