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.