Releases: Automattic/Automattic-Tracks-iOS
Releases · Automattic/Automattic-Tracks-iOS
3.5.1
Internal Changes
- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]
3.5.0
New Features
- Exposed Sentry's onCrashedLastRun to CrashLoggingDataProvider. [#292]
- Tracks events are now reported in batches of up to 1000 events, for better performance under large loads. [#293]
3.4.2
- Update Sentry to be Xcode 16.0 Beta 1 compatible
3.4.1
Bug Fixes
- Fix Xcode 15.4 compatibility by using Sentry 8.26.0 [#286]
3.4.0
Bug Fixes
- Fix a deadlock while getting device info. [#282]
Internal Changes
- The
device_info_status_bar_height
event property value now will always be zero. [#281]
- Calculate
device_info_orientation
event property value based on "device orientation" rather than "interface orientation". [#281]
3.3.0
New Features
- Add function to log JavaScript exceptions in CrashLogging [#278]
3.2.0
New Features
- CrashLogging new API that supports logging Errors with Tag/Value [#274]
3.1.0
New Features
CrashLoggingDataProvider
now allows to specify the events sampling rate #271
3.0.0
Breaking Changes
- Sentry: The default
releaseName
value is now the Sentry default of package@version+build
(e.g. [email protected]+1.2.3.4) instead of only providing the CFBundleVersionKey
[#267]
What's Changed
Full Changelog: 2.4.0...3.0.0
2.4.0
What's Changed
- Fix
TracksLogWarn
messages aren't logged with Cocoapods integration #263
Full Changelog: 2.3.0...2.4.0