Features
- Report App Memory Usage (#2027)
- Include app permissions with event (#1984)
- Add culture context to event (#2036)
- Attach view hierarchy to events (#2044)
- Clean up SentryOptions: added
enableCrashHandlerand deprecatedintegrations(#2049) - Integrations send the transaction name source (#2076)
- Added extra logs when creating automatic transactions and spans (#2087)
Fixes
- Fix Swift 5.5 compatibility (#2060)
- Add span finish flag (#2059)
- SentryUser.userId should be nullable (#2071)
- Send time zone name, not abbreviation (#2091)
- Use a prime number for the profiler's sampling rate to reduce the potential for lock-step issues (#2055).
- Improve App Hangs detection (#2100)
- Send
environmentset fromSentryOptionsorconfigureScopewith profiling data (#2095)