Skip to content

Releases: bitdriftlabs/capture-sdk

v0.20.1

01 Dec 22:47
a999780

Choose a tag to compare

Both

Fixed

  • Fixed an issue where the session ID on AppExit logs would not match the previous process run session ID as expected.

Android

Changed

  • Removed enableNativeCrashReporting flag from Configuration object. From now on Native (NDK) crash reports will be included if enableFatalIssueReporting is set to true. Please note Native (NDK) crash detection still requires Android 12+ (API level 31 or higher)

Fixed

  • Fixed a jni LocalReference leak that could crash the app when very large field maps or feature flags were sent to the logger.
  • Exclude com.squareup.retrofit2:retrofit dependency from the generated pom.

v0.20.0

21 Nov 12:58
31698a2

Choose a tag to compare

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.

v0.19.1

05 Nov 13:06
44d1ee3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.19.1

v0.19.0

27 Oct 18:05
bcb7b9d

Choose a tag to compare

What's Changed

Full Changelog: v0.18.12...v0.19.0

v0.18.12

21 Oct 18:54
60742d5

Choose a tag to compare

What's Changed

  • Support setting multiple feature flags by @kstenerud in #681
  • fix(andr-replay): Small optimization on determining semantic node rect by @murki in #703
  • andr: Make gradle-test-app release builds profileable by @murki in #685
  • build: add make target to regenerate kotlin report bindings by @kattrali in #706
  • Add xcframework Makefile target by @kstenerud in #704
  • Fix messaging to point to the correct build directory for the xcframework target by @kstenerud in #707
  • [Android] Fix JankStats memory leak due to picking Dialog window by @FranAguilera in #705

Full Changelog: v0.18.11...v0.18.12

v0.18.11

14 Oct 14:18
d3a159e

Choose a tag to compare

What's Changed

Full Changelog: v0.18.10...v0.18.11