Features
- Mark opt in option
swiftAsyncStacktracesas stable (#8373) - Add
dataCollectionoption underexperimentalfor configuring data scrubbing behavior (#8369) - Add scope API to clear feature flags (#8364)
Fixes
- Session Replay now correctly reads the response
Content-Typefor HTTP/2 and HTTP/3, so it captures HTTP response bodies as it was supposed to (when body capturing is enabled viaoptions.sessionReplay.networkCaptureBodies) (#8390) - Log the actual request error instead of
(null)when a Spotlight request fails (#8401) - Decoding dictionary to Options sets value of key
"dsn"to propertydsninstead ofnil(#8393)
Improvements
- Remove
enableReplayNetworkDetailsCapturingexperimental flag; network detail capture is now enabled automatically whennetworkDetailAllowUrlsis non-empty (#8396)