yarn @sentry/react-native 6.17.0

latest releases: 7.0.1, 7.0.0, 6.21.0...
2 months ago

Features

  • Add experimental flag enableUnhandledCPPExceptionsV2 on iOS (#4975)

    import * as Sentry from '@sentry/react-native';
    
    Sentry.init({
      _experiments: {
        enableUnhandledCPPExceptionsV2: true,
      },
    });

Dependencies

Don't miss a new react-native release

NewReleases is sending notifications on new releases.