React Native SDK
Track the Luciq React Native SDK across versions. Each release lists the fixes plus the bundled iOS and Android native SDK version bumps it carries.
v19.8.0
Added
Enhance Lucia debug logging across all modules and hot paths while ensuring user privacy is maintained through data masking.
Changed
Bump Luciq iOS SDK to v19.8.1 (#59). See release notes.
Bump Luciq Android SDK to v19.8.0 (#59). See release notes.
v19.4.0
Added
WebView Monitoring: Added comprehensive
WebViewmonitoring to capture performance metrics, user interactions, and network requests fromWebViewcomponents.Luciq.setWebViewMonitoringEnabled(boolean)Luciq.setWebViewUserInteractionsTrackingEnabled(boolean)Luciq.setWebViewNetworkTrackingEnabled(boolean)
Changed
Bump Luciq iOS SDK to v19.5.1.
Bump Luciq Android SDK to v19.4.0.
v19.3.0
Added
Custom Spans: New feature to manually instrument code paths for performance tracking.
APM.startCustomSpan(name)- Start a custom span and return a span objectCustomSpan.end()- End the span and report to SDKAPM.addCompletedCustomSpan(name, startDate, endDate)- Record a pre-completed spanSupport for up to 100 concurrent spans
Changed
Bump Luciq iOS SDK to v19.5.0.
Bump Luciq Android SDK to v19.3.0.
Last updated