Skip to content

6.17.0

Latest
Compare
Choose a tag to compare
@sentry-release-bot sentry-release-bot released this 10 Jul 08:35

Features

  • Add experimental flag enableUnhandledCPPExceptionsV2 on iOS (#4975)

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

Dependencies