From 2bce7bdbff78d31b573c04f5f5f31faa1db122d5 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:24:12 +0200 Subject: [PATCH] docs(cli): Update `SENTRY_HTTP_MAX_RETRIES` information Update the description of `SENTRY_HTTP_MAX_RETRIES` to indicate that the CLI now retries all requests; this behavior change was implemented in https://github.com/getsentry/sentry-cli/pull/2523. --- docs/cli/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/configuration.mdx b/docs/cli/configuration.mdx index 23075fecf43daa..20b49ec389ffcf 100644 --- a/docs/cli/configuration.mdx +++ b/docs/cli/configuration.mdx @@ -141,7 +141,7 @@ If this is set to false then SSL revocation checks are disabled on Windows. This `SENTRY_HTTP_MAX_RETRIES` (_http.max_retries_): -Sets the maximum number of retry attempts for upload operations (e.g., uploads of release files and debug symbols). The default is `5`. +Sets the maximum number of retry attempts for HTTP requests, which may be experiencing a transient failure. The default is `5`. (_ui.show_notifications_):