Skip to content

Commit

Permalink
update .env.development.example
Browse files Browse the repository at this point in the history
list references to how users would determine the values of the sentry variables
alishaevn committed Dec 6, 2023
1 parent d566a96 commit 70f318a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .env.development.example
Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@ CLIENT_SECRET=
NEXT_PUBLIC_TOKEN=

# uncomment the “SENTRY” prefixed variables below if you are using sentry and need to catch errors in local dev
# SENTRY_DSN=
# NEXT_PUBLIC_SENTRY_DSN=
# SENTRY_DSN=ref: https://docs.sentry.io/product/sentry-basics/concepts/dsn-explainer/#where-to-find-your-dsn
# SENTRY_URL=https://sentry.io/
# SENTRY_ORG=
# SENTRY_PROJECT=
# 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 comments on commit 70f318a

Please sign in to comment.