Closed
Description
-
Review the documentation: https://docs.sentry.io/
-
Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
-
Use the latest release: https://github.com/getsentry/sentry-javascript/releases
-
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?