Features
- Add TraceOrigin to Transactions and Spans (#2803)
Fixes
- Deduplicate events happening in multiple threads simultaneously (e.g.
OutOfMemoryError
) (#2845)- This will improve Crash-Free Session Rate as we no longer will send multiple Session updates with
Crashed
status, but only the one that is relevant
- This will improve Crash-Free Session Rate as we no longer will send multiple Session updates with
- Ensure no Java 8 method reference sugar is used for Android (#2857)
- Do not send session updates for terminated sessions (#2849)