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 d566a96 commit 70f318aCopy full SHA for 70f318a
.env.development.example
@@ -5,9 +5,8 @@ CLIENT_SECRET=
5
NEXT_PUBLIC_TOKEN=
6
7
# uncomment the “SENTRY” prefixed variables below if you are using sentry and need to catch errors in local dev
8
-# SENTRY_DSN=
9
-# NEXT_PUBLIC_SENTRY_DSN=
+# SENTRY_DSN=ref: https://docs.sentry.io/product/sentry-basics/concepts/dsn-explainer/#where-to-find-your-dsn
10
# SENTRY_URL=https://sentry.io/
11
-# SENTRY_ORG=
12
-# SENTRY_PROJECT=
13
-# SENTRY_AUTH_TOKEN=
+# SENTRY_ORG= ref: https://github.com/getsentry/sentry-webpack-plugin#options (org)
+# SENTRY_PROJECT= ref: https://github.com/getsentry/sentry-webpack-plugin#options (project)
+# SENTRY_AUTH_TOKEN= ref: https://github.com/getsentry/sentry-webpack-plugin#options (authToken)
0 commit comments