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
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
# Backtrace Android Release Notes
2
2
3
+
## Version 3.11.0
4
+
- Dependency isolation: Shadow the google/gson dependency to avoid version conflicts with host applications and allow use of alternative serialization libraries.
5
+
- Static device attributes API: Introduce persistent device attributes initialized at startup to reduce redundant per-report processing.
6
+
- Improve retry reliability: Update the Backtrace Database Context retry mechanism to ensure queued reports are retried predictably under intermittent or transient failures.
7
+
- Dynamic attachments: Add runtime attachment support, enabling files to be attached to reports post SDK initialization.
0 commit comments