v0.20.0
Android
Added
- Add
RetrofitUrlPathProviderhelper class to help extracting endpoint's url paths when using Retrofit services.
Changed
- Simplify constructor of
CaptureOkHttpEventListenerFactory. Remove usage of(call: Call) -> EventListener)in favor ofEventListener.Factory. - Make
HttpField.PATH_TEMPLATEconstant public so consumers can override it using a customOkHttpRequestFieldProvider.
Fixed
- Fix the rendering order and position of dialog and modal windows in Session Replay.
iOS
Added
- Add
rootFileURLparameter toConfigurationto allow customizing the storage location for SDK internal files.