Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
7.30.0
7.29.0
7.28.0
7.27.1
7.27.0
7.26.0
Features
- Core Data Tracking is stable (#2213)
- File I/O Tracking is stable (#2212)
- Add flush (#2140)
- Add more device context (#2190)
Fixes
7.25.1
7.25.0
Features
- Users can customize the error description shown in the Sentry UI by providing an NSDebugDescriptionErrorKey value in the error user info dictionary. (#2120)
- Add support for dynamic library (#1726)
Fixes
7.24.1
7.24.0
Features
- App permissions are now also included when running from an app extension (#2106)
- 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
enableCrashHandler
and 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
environment
set fromSentryOptions
orconfigureScope
with profiling data (#2095)