Skip to content

Commit 70f318a

Browse files
committed
update .env.development.example
list references to how users would determine the values of the sentry variables
1 parent d566a96 commit 70f318a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.env.development.example

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ CLIENT_SECRET=
55
NEXT_PUBLIC_TOKEN=
66

77
# 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=
8+
# SENTRY_DSN=ref: https://docs.sentry.io/product/sentry-basics/concepts/dsn-explainer/#where-to-find-your-dsn
109
# SENTRY_URL=https://sentry.io/
11-
# SENTRY_ORG=
12-
# SENTRY_PROJECT=
13-
# SENTRY_AUTH_TOKEN=
10+
# SENTRY_ORG= ref: https://github.com/getsentry/sentry-webpack-plugin#options (org)
11+
# SENTRY_PROJECT= ref: https://github.com/getsentry/sentry-webpack-plugin#options (project)
12+
# SENTRY_AUTH_TOKEN= ref: https://github.com/getsentry/sentry-webpack-plugin#options (authToken)

0 commit comments

Comments
 (0)