Skip to content

Commit 613c4bd

Browse files
committed
Remove sensitive Sentry value.
1 parent be57e59 commit 613c4bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
NODE_ENV=development
22
NEXT_PUBLIC_API_URL=http://localhost:8001/api/v1
33

4-
NEXT_PUBLIC_SENTRY_AUTH_TOKEN="ADD YOUR SENTRY AUTH TOKEN"
54
NEXT_PUBLIC_SENTRY_DSN="ADD YOUR SENTRY DSN"

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const nextConfig = {
4141
};
4242

4343
const sentryWebpackPluginOptions = {
44-
authToken: process.env.SENTRY_AUTH_TOKEN,
4544
silent: true, // suppress Sentry errors during the build process
4645
};
4746

0 commit comments

Comments
 (0)