For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

v19.7.0

Fixed

  • Fix NetworkLogger late initialization on Android.

Changed

  • Bump Luciq iOS SDK to v19.7.0.

  • Bump Luciq Android SDK to v19.7.0.

v19.6.0

Added

  • Add support for Screen Loading with react-navigation integration and manual reporting API.

Changed

  • Bump Luciq iOS SDK to v19.6.1.

  • Bump Luciq Android SDK to v19.6.0.

v19.4.0

Added

  • WebView Monitoring: Added comprehensive WebView monitoring to capture performance metrics, user interactions, and network requests from WebView components.

    • 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 object

    • CustomSpan.end() - End the span and report to SDK

    • APM.addCompletedCustomSpan(name, startDate, endDate) - Record a pre-completed span

    • Support for up to 100 concurrent spans

Changed

  • Bump Luciq iOS SDK to v19.5.0.

  • Bump Luciq Android SDK to v19.3.0.

v19.2.2

Changed

  • Bump Luciq iOS SDK to v19.4.1.

  • Bump Luciq Android SDK to v19.2.2.

v19.2.1

Added

  • Add support for handling aborted and canceled Axios network requests.

  • Add new UserConsentActionType.noAutomaticBugGrouping.

Changed

  • Bump Luciq iOS SDK to v19.4.0.

  • Bump Luciq Android SDK to v19.2.1.

v19.1.0

Added

  • Add support for session replay Video-Like.

Changed

  • Bump Luciq iOS SDK to v19.3.0.

  • Bump Luciq Android SDK to v19.1.0.

v19.0.0

Added

  • Add support for Screen Rendering.

Changed

  • Bump Luciq iOS SDK to v19.2.0.

  • Bump Luciq Android SDK to v19.0.0.

v18.2.0

Changed

  • Bump iOS SDK to v18.2.0.

  • Bump Android SDK to v19.1.0.

Added

  • Replace jcenter with mavencentral.

v18.0.1

Added

  • Add support for proactive bug-reporting.

  • Add support for chaining errors.

Changed

  • Bump iOS SDK to v18.0.1.

  • Bump Android SDK to v18.0.1.

Fixed

  • Guard GraphQL network parsing that caused a crash.

v18.0.0

  • SDK rebranded from Instabug to Luciq.

Last updated