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
feat: Add exponential backoff and log deduplication to Spotlight (#5025)
* feat: Add exponential backoff and log deduplication to Spotlight transport
When the Spotlight server is unreachable, the SDK now logs the error
only once and implements exponential backoff (1s initial, 60s max)
before retrying, per the Spotlight error handling spec.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: James Crosswell <james.crosswell@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
### Features ✨
6
+
7
+
- feat: Add exponential backoff and log deduplication to Spotlight transport by @mattico in [#5025](https://github.com/getsentry/sentry-dotnet/pull/5025)
0 commit comments