You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a link to the affected event from your Sentry account
other: @sentry/nextjs
Version:
6.8.0
Description
Steps to Reproduce
1- I add my env vars to .env.local with docker by echo -e '[vars] > .env.local'
2- run next build
3- run cat .env.local and see a '-e' in the start for the file with space and SENTRY_SERVER_INIT_PATH in the last line of the file that added by the sentry.
and anyone that can help me to say how sentry add SENTRY_SERVER_INIT_PATH to my .env file, with what script?