Releases: DataDog/dd-sdk-ios
Releases · DataDog/dd-sdk-ios
2.19.0
2.18.0
2.17.0
Features
- Add support for view loading API (addViewLoadingTime). See #2026
- Add Start / Stop API to Session Replay (start/stopRecording). See #1986
Bug Fixes
- Ignore network reachability on watchOS. See #2005 - Thanks @jfiser-paylocity!
Improvements
- Send retry information with network requests (eg. retry_count, last_failure_status and idempotency key). See #1991
- Enable app launch time on mac, macCatalyst and visionOS. See #1888 - Thanks @Hengyu!
- Drop support for deprecated cocoapod specs. See #1998
- Reduced sampling for internal SDK metrics around batching performance. See #2016
2.16.0
2.14.2
2.15.0
Features
- Memory warning are now tracked as RUM errors. See #1955
- Make Logs and Trace compile on watchOS. See #1946, solves #125 (thanks @jfiser-paylocity)
Bug Fixes
- Fix CPU spikes when Watchdog Terminations tracking is enabled. See #1968
- Fix CPU spike when recording UITabBar using Session Replay. See #1967
Improvements
2.14.1
Fixes
- Objc attributes interop for KMP.
- Inject backtrace reporter into Logs feature.
2.14.0
Features
Improvements
- Use
#fileID
over#filePath
as the default argument in errors. See #1938 - Tabbar Icon Default Tint Color in Session Replay. See #1906
- Improve Nav Bar Support in Session Replay. See #1916
- Record Activity Indicator in Session Replay. See #1934
- Allow disabling app hang monitoring in ObjC API. See #1908
- Update RUM and Telemetry models with KMP source. See #1925
- Use otel-swift fork that only has APIs. See #1930