Replies: 1 comment
-
@codemilli on the client side environmental variables have to be prefixed with That should work for your use case! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello all!
I configured the Sentry with @sentry/nextjs and I wrote two files like
sentry.client.config.ts
andsentry.server.config.ts
.My Next.js application will run without build time environemnt for some reasons, so I have only server runtime environment variables.
At this point, is there any way to pass value to
sentry.client.config.ts
in browser runtime?Thanks all : )
Beta Was this translation helpful? Give feedback.
All reactions