yarn @sentry/react-native 5.24.2

latest release: 5.33.0
2 days ago

Features

  • Add an option to disable native (iOS and Android) profiling for the HermesProfiling integration (#4094)

    To disable native profilers add the hermesProfilingIntegration.

    import * as Sentry from '@sentry/react-native';
    
    Sentry.init({
      integrations: [
        Sentry.hermesProfilingIntegration({ platformProfilers: false }),
      ],
    });

Don't miss a new react-native release

NewReleases is sending notifications on new releases.