You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
3
-
## 2.58.6
3
+
## Unreleased
4
+
5
+
### Fixes
6
+
7
+
- Do not combine a URL and non-embedded auth token from different configuration files. When configuration sources provide only one of these values, an existing value from another source may be ignored with a warning. Configure the URL and token in the same file or through CLI arguments and environment variables, which are treated as one runtime source. This change does not alter parent-config discovery or how other configuration keys are selected ([#3378](https://github.com/getsentry/sentry-cli/pull/3378/)).
Copy file name to clipboardExpand all lines: lib/index.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ class SentryCli {
38
38
*
39
39
* @param {string | null} [configFile] - Path to Sentry CLI config properties, as described in https://docs.sentry.io/learn/cli/configuration/#properties-files.
40
40
* By default, the config file is looked for upwards from the current path and defaults from ~/.sentryclirc are always loaded.
41
+
* A URL and a non-embedded auth token must be configured in the same file or through runtime options and environment variables.
41
42
* This value will update `SENTRY_PROPERTIES` env variable.
42
43
* @param {SentryCliOptions} [options] - More options to pass to the CLI
0 commit comments