This release brings RUM Long Tasks 🔬 for tracking slow operations in UI.
Features
- Added RUM Long Tasks for tracking slow UI renders (#567)
- Added API to notify RUM session start
.onRUMSessionStart(_: (String, Bool) -> Void)
(#590) - Added
.setLogEventMapper(_: (LogEvent) -> LogEvent)
API for scrubbing sensitive information in logs (#640) - Added
Datadog.isInitialized
API for checking if SDK is initialized (#566) - Added
Datadog.clearAllData()
API for clearing out all SDK data (#644) - Added support for
us5
endpoint (#576) - Added support for
URLSession
proxy configuration with.connectionProxyDictionary
(#582)
Bug Fixes
- Fixed rare crash in
CarrierInfoProvider
(#627), solves #623 and #619 (Thanks @safa-ads, @matcartmill) - Fixed issue with stack traces not being displayed for very long crash reports (#641)
- Fixed reading SDK attributes in Objective-C (#654)