logrocket_flutter 1.53.3
logrocket_flutter: ^1.53.3 copied to clipboard
LogRocket SDK Plugin for Flutter. LogRocket sessions provide a comprehensive understanding of how users engage with your app.
See the LogRocket Mobile Changelog for a complete list of LogRocket Mobile SDK changes.
1.53.3 #
- improves performance while scrolling
- add
screenshotPixelRatio
init configuration to allow reducing captured screenshot sizes, which can reduce LogRocket SDK bandwidth usage
1.53.2 #
- adds support for nested
LogRocketNavigatorObserver
s
1.53.1 #
- adds example for tracking navigation with GoRouter
- allows for interacting with LogRocket via a
LogRocket()
class instance
1.53.0 #
- native platform updates
1.52.3 #
- reduces delays between when new sessions start on a device and when they are visible in the LogRocket dashboard
1.52.2 #
- prevents Android sessions from continuing indefinitely while the app is in the background
1.52.1 #
- prevents automatic network capture from interfering with network requests
- improves the safety and reliability of crash capture on iOS devices
1.52.0 #
- improves navigation tracking when starting a new session after inactivity
1.51.2 #
- improves how redacted views in iOS apps are displayed in session replays
1.51.1 #
- increase session upload frequency on iOS when battery is sufficiently charged or is currently charging
1.51.0 #
- resolves an issue where
getSessionUrl
callbacks could be provided an empty string when Conditional Recording is in use
1.50.7 #
- fixes an issue that could prevent view capture from starting on iOS when using
wrapAndInitialize
- fixes an issue on Android that could cause a new tab to register at the start of a session
1.50.6 #
- aligns release version with LogRocket mobile SDK releases
0.4.0-beta #
- fixes an issue where session activity recording could stop after hitting the Android back button
- adds a
getSessionUrl
hook to the wrap configuration to handle session acceptance
0.3.0-beta #
- adds new
shutdown
function to manually stop session recording. - automatically records network requests made through dart:io's http client.
0.2.2-beta #
- fixes an issue where sessions wouldn't record on Android without registering a LogRocketNavigatorObserver
0.2.1-beta #
- retracted
0.2.0-beta #
- adds touch event capture through LogRocketWidget
- adds touch redaction support when using the LogRocketRedact widget
0.1.0-beta #
- adds screenshot view capture through LogRocketWidget
- adds view redaction support with LogRocketRedact widget
- adds navigation capture when registering a LogRocketNavigatorObserver
0.0.4-beta #
- correct iOS native dependency version
0.0.3-beta #
- improved example
0.0.2-beta #
- analysis score improvements
0.0.1-beta #
- Adds LogRocket APIs:
- wrap
- initialize
- track
- log
- error
- warn
- info
- debug
- captureException
- captureError
- captureMessage
- Adds LogRocketHttpClient