luciq_flutter 19.4.0
luciq_flutter: ^19.4.0 copied to clipboard
The official SDK for Luciq, the Agentic Observability Platform for Mobile. Use AI agents to resolve issues faster and empower your team to focus on building what matters.
Changelog #
19.4.0 (https://github.com/luciqai/luciq-flutter-sdk/compare/v19.4.0...19.3.0) (April 8, 2026) #
Added #
-
Session Replay Screenshot Quality Control: New API to adjust the visual quality of captured screenshots.
// Available quality options: // - ScreenshotQualityMode.normal (default) - 25% WebP compression, balanced size/quality // - ScreenshotQualityMode.high - 50% WebP compression, better clarity // - ScreenshotQualityMode.greyScale - 25% WebP compression, reduced color data SessionReplay.setScreenshotQualityMode(ScreenshotQualityMode.normal); -
Video-like Session Replay (Experimental): Capture screenshots based on user interactions or at fixed intervals for a video-like playback experience.
Warning: Video-like Session Replay may capture sensitive UI unmasked in some cases. USE AT YOUR OWN DISCRETION TO PREVENT PII LEAKAGE. Opt in ONLY after validating masking/privacy in your app.
// Set capturing mode // - ScreenshotCapturingMode.navigation (default) - Captures on screen changes // - ScreenshotCapturingMode.interaction - Captures on user interactions // - ScreenshotCapturingMode.frequency - Captures at fixed intervals SessionReplay.setScreenshotCapturingMode(ScreenshotCapturingMode.frequency); // Set screenshot capture interval (only applies to ScreenshotCapturingMode.frequency) // Value in milliseconds. Minimum: 500ms, Default: 1000ms SessionReplay.setScreenshotCaptureInterval(500);Note: On Android low-performance devices, only
ScreenshotCapturingMode.navigationmode is available. -
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 span- Support for up to 100 concurrent spans
- Comprehensive validation (name length, empty checks, timestamp validation)
- Feature flag support to enable/disable custom spans
Changed #
-
Bump Luciq iOS SDK to v19.5.1 (#48). See release notes.
-
Bump Luciq Android SDK to v19.4.0 (#48). See release notes.
19.3.0 (https://github.com/luciqai/luciq-flutter-sdk/compare/v19.3.0...19.2.2) (March 9, 2026) #
Changed #
-
Bump Luciq iOS SDK to v19.5.0 (#42). See release notes.
-
Bump Luciq Android SDK to v19.3.0 (#42). See release notes.
19.2.2 (https://github.com/luciqai/luciq-flutter-sdk/compare/v19.2.2...19.2.1) (February 24, 2026) #
Added #
- Allow identification with nullable email. (#40).
Changed #
-
Bump Luciq iOS SDK to v19.4.1 (#41). See release notes.
-
Bump Luciq Android SDK to v19.2.2 (#41). See release notes.
19.2.1 (https://github.com/luciqai/luciq-flutter-sdk/compare/v19.2.1...19.1.0) (January 28, 2026) #
Added #
- Add new UserConsentActionType - noAutomaticBugGrouping.
Changed #
-
Bump Luciq iOS SDK to v19.4.0 (#36). See release notes.
-
Bump Luciq Android SDK to v19.2.1 (#36). See release notes.
19.1.0 (https://github.com/luciqai/luciq-flutter-sdk/compare/v19.1.0...19.0.0) (January 5, 2026) #
Changed #
-
Bump Luciq iOS SDK to v19.3.0 (#33). See release notes.
-
Bump Luciq Android SDK to v19.1.0 (#33). See release notes.
19.0.0 (December 16, 2025) #
Added #
- Add support for Screen Rendering (#22)
Changed #
-
Bump Luciq iOS SDK to v19.2.0 (#22). See release notes.
-
Bump Luciq Android SDK to v19.0.0 (#22). See release notes.
18.2.1 (https://github.com/luciqai/luciq-flutter-sdk/compare/v18.2.1...18.2.0) (November 26, 2025) #
18.2.0 (https://github.com/luciqai/luciq-flutter-sdk/compare/v18.2.0...18.0.1) (November 12, 2025) #
Added #
- Make
LuciqNavigatorObserverscreen report delay configurable. (#17)
Changed #
-
Bump Luciq iOS SDK to v19.1.0 (#10). See release notes.
-
Bump Luciq Android SDK to v18.2.0 (#10). See release notes.
18.0.1 (https://github.com/luciqai/luciq-flutter-sdk/compare/v18.0.1...18.0.0) (October 27, 2025) #
Added #
-
Add support for proactive bug-reporting (#4).
-
Add support enable/disable the automatic masking of sensitive information in network logs. (#6).
-
Add support NDK Crash. (#2).
Changed #
-
Bump Luciq iOS SDK to v18.0.1 (#10). See release notes.
-
Bump Luciq Android SDK to v18.0.1 (#10). See release notes.
18.0.0 (September 24, 2025) #
- SDK rebranded from Luciq to Luciq.