React Native SDK
React Native SDK Changelog
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