datadog_session_replay 1.0.0-preview.7 copy "datadog_session_replay: ^1.0.0-preview.7" to clipboard
datadog_session_replay: ^1.0.0-preview.7 copied to clipboard

Support for Flutter Session Replay in Datadog

Changelog #

1.0.0-preview.7 #

  • [Session Replay] Fix using BoxShape.circle in BoxDecoration.
  • [Session Replay] Don't attempt to capture unmounted widgets.

1.0.0-preview.6 #

  • [Session Replay] Don't capture elements with width or height of zero.

1.0.0-preview.5 #

  • [Session Replay] Downgrade packages that required Dart versions above 3.6.

1.0.0-preview.4 #

  • Fix an issue with custom endpoints on iOS.
  • Drop session replay Dart requirement to 3.6.

1.0.0-preview.3 #

  • Add classes to Proguard rules to prevent stripping. See #851.

1.0.0-preview.2 #

  • Fix ignored generated files.

1.0.0-preview.1 #

  • Initial release of Datadog Session Replay with the following features:
    • Capture containers, text, images, icons, and touches.
    • Support for masking sensitive data, including masking all user input or sensitive input fields.
    • Support for "fine grained" text, image, and touch masking with SessionReplayPrivacy widget.
  • The following features are not supported in this preview:
    • Hybrid Session Replay
      • Native iOS and Android applications with Flutter views are not currently supported.
      • Flutter applications with native view are not currently supported.
      • Capture of Web Views is not currently supported.
    • Certain simple Material / Cupertino widgets are not captured.
    • Text from RichText widgets is captured, but only use the top most text style.
    • Flutter Web is not currently supported.
    • Manual recording is not currently supported.