Skip to content

v19.7.0

Choose a tag to compare

@luciq-android-access luciq-android-access released this 13 May 16:37
347cd9f

Features

  • Adds the setViewsContentCaptureEnabled API to redact User Steps and Repro Steps content.
  • Adds support for params in user events.
  • Adds a Gradle configuration to automatically capture Jetpack Compose screens as APM screens.
luciq {
  showAutoComposableAsScreen = true
}

Enhancements

  • Adds support for per-variant Luciq app tokens in the luciq-crash Gradle plugin.
  • Optimizes console log lock contention that could block the main thread and cause ANRs.

Bug Fixes

  • Fixes an ANR caused by thread-safety race in OkHttp network logging under concurrent traffic.
  • Fixes data capture in the inapp_webview plugin by instrumenting WebView subclasses.
  • Fixes OOM crashes in long background sessions by applying backoff on sync failure.