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
Hi guys 👋
We have an issue with Sentry CLI, it always tries to read the global config from ~/.sentryclirc.
~/.sentryclirc
Unfortunately, we can't allow doing that due to security reasons and therefore we get an error:
sentry-cli/src/config.rs
Line 495 in a29838b
Would be great to provide an opportunity to skip this step using env var and start reading from project_config_path.
project_config_path
Line 503 in a29838b
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, that sounds like a really nice first issue if someone would like to contribute :)
Sorry, something went wrong.
Opened :) #1609
No branches or pull requests
Hi guys 👋
We have an issue with Sentry CLI, it always tries to read the global config from
~/.sentryclirc
.Unfortunately, we can't allow doing that due to security reasons and therefore we get an error:
sentry-cli/src/config.rs
Line 495 in a29838b
Would be great to provide an opportunity to skip this step using env var and start reading from
project_config_path
.sentry-cli/src/config.rs
Line 503 in a29838b
Thanks!
The text was updated successfully, but these errors were encountered: