Commit 1b1809a
fix(android): Mask auth token in sentry.gradle upload-task log (#6057)
* fix(android): Mask auth token in sentry.gradle upload-task log
The upload task logged its full sentry-cli argument list at the gradle
lifecycle log level, which is the default verbosity. When flavorAware
is enabled the args include `--auth-token <token>`, exposing it in CI
build logs and developer terminal scrollback. Replace the token value
with `***` in the logged copy of the args; the actual command-line
invocation is unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Update changelog
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 99a0692 commit 1b1809a
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
273 | 275 | | |
274 | 276 | | |
275 | 277 | | |
| |||
0 commit comments