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
$ 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: Gusto/scope#107
Expected Results
Support multiline env vars.
Actual Results
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
Logs
WARN 2025-01-20 15:40:08.039875680 +01:00 Failed to load .env file: Error parsing line: '"', error at line index: 0
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: Gusto/scope#107
Expected Results
Support multiline env vars.
Actual Results
A warning:
Logs