I see a -e in start of my .env.local file after sentry add SENTRY_SERVER_INIT_PATH to my env file #3777
Closed
4 of 5 tasks
Labels
Package: nextjs
Issues related to the Sentry Nextjs SDK
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:
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?
The text was updated successfully, but these errors were encountered: