5.33.0 (Stable)
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 }), ], });