We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.38.0
Ubuntu 22.04.5 LTS
No response
$ cat > .env << EOF PRIVATE_KEY1="-----BEGIN PRIVATE KEY----- ... -----END PRIVATE KEY-----" EOF $ sentry-cli --version WARN 2025-01-20 15:40:08.039875680 +01:00 Failed to load .env file: Error parsing line: '"', error at line index: 0 sentry-cli 2.38.0
See this similar PR in an unrelated project: oscope-dev/scope#107
Support multiline env vars.
A warning:
WARN 2025-01-20 15:40:08.039875680 +01:00 Failed to load .env file: Error parsing line: '"', error at line index: 0
The text was updated successfully, but these errors were encountered:
build: Replace dotenv with dotenvy
dotenv
dotenvy
71013e0
Replace the unmaintained crate `dotenv` with the maintained fork `dotenvy`. Fixes #2350
7748c90
Thanks for reporting, @arjenzorgdoc, we have already merged a PR which will fix the problem
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
CLI Version
2.38.0
Operating System and Architecture
Operating System Version
Ubuntu 22.04.5 LTS
Link to reproduction repository
No response
CLI Command
No response
Exact Reproduction Steps
See this similar PR in an unrelated project: oscope-dev/scope#107
Expected Results
Support multiline env vars.
Actual Results
A warning:
Logs
The text was updated successfully, but these errors were encountered: