We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be57e59 commit 613c4bdCopy full SHA for 613c4bd
.env.development
@@ -1,5 +1,4 @@
1
NODE_ENV=development
2
NEXT_PUBLIC_API_URL=http://localhost:8001/api/v1
3
4
-NEXT_PUBLIC_SENTRY_AUTH_TOKEN="ADD YOUR SENTRY AUTH TOKEN"
5
NEXT_PUBLIC_SENTRY_DSN="ADD YOUR SENTRY DSN"
next.config.mjs
@@ -41,7 +41,6 @@ const nextConfig = {
41
};
42
43
const sentryWebpackPluginOptions = {
44
- authToken: process.env.SENTRY_AUTH_TOKEN,
45
silent: true, // suppress Sentry errors during the build process
46
47
0 commit comments