Skip to content

Commit 2bce7bd

Browse files
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 getsentry/sentry-cli#2523.
1 parent 0e28b54 commit 2bce7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If this is set to false then SSL revocation checks are disabled on Windows. This
141141

142142
`SENTRY_HTTP_MAX_RETRIES` (_http.max_retries_):
143143

144-
Sets the maximum number of retry attempts for upload operations (e.g., uploads of release files and debug symbols). The default is `5`.
144+
Sets the maximum number of retry attempts for HTTP requests, which may be experiencing a transient failure. The default is `5`.
145145

146146
(_ui.show_notifications_):
147147

0 commit comments

Comments
 (0)