Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 12:58
· 13 commits to main since this release
31698a2

Android

Added

  • Add RetrofitUrlPathProvider helper 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 of EventListener.Factory.
  • Make HttpField.PATH_TEMPLATE constant public so consumers can override it using a custom OkHttpRequestFieldProvider.

Fixed

  • Fix the rendering order and position of dialog and modal windows in Session Replay.

iOS

Added

  • Add rootFileURL parameter to Configuration to allow customizing the storage location for SDK internal files.