Confusion between SENTRY_AUTH_TOKEN and CLERK SECRET KEY in .ENV #19907
Unanswered
abdulazizkhatamov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
if you try read env variable. env variable should start with VITE_*,
then you can read console.log(import.meta.env.VITE_SENTRY_AUTH_TOKEN) doc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SENTRY_AUTH_TOKEN=# Clerk configuration, get this key from your [Dashboard](dashboard.clerk.com)
I have created react app that includes sentry and clerk
in env.local it has this environment but i am confused what to write here.. is it Sentry auth token or clery secret key ?
and if i need to write sentry auth token, how can i get it ? (i know how to get clerk key)
Beta Was this translation helpful? Give feedback.
All reactions