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
fix(api): Retry API requests on DNS resolution failure (#3085)
### Description
Sentry CLI now retries requests that fail to resolve `sentry.io`,
addressing intermittent failures for some users uploading symbol files.
Retries are limited to `sentry.io` hosts to avoid masking configuration
issues for other domains.
### Issues
* Fixes#2763
* Fixes
[CLI-168](https://linear.app/getsentry/issue/CLI-168/retry-api-request-when-dns-resolution-of-sentryio-fails)
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
### Fixes
6
6
7
7
- The `dart-symbol-map upload` command now correctly resolves the organization from the auth token payload ([#3065](https://github.com/getsentry/sentry-cli/pull/3065)).
8
+
- Retry DNS resolution failures for `sentry.io` requests to reduce intermittent failures for some users ([#3085](https://github.com/getsentry/sentry-cli/pull/3085))
0 commit comments