github getsentry/sentry-dart 8.6.0-alpha.2

latest releases: 9.8.0-beta.1, 9.8.0, 9.7.0...
pre-release16 months ago

Features

  • Android Session Replay Alpha (#2032)

    To try out replay, you can set following options:

    await SentryFlutter.init(
      (options) {
        ...
        options.experimental.replay.sessionSampleRate = 1.0;
        options.experimental.replay.errorSampleRate = 1.0;
      },
      appRunner: () => runApp(MyApp()),
    );

    Access is limited to early access orgs on Sentry. If you're interested, sign up for the waitlist

Don't miss a new sentry-dart release

NewReleases is sending notifications on new releases.