sentry-react-native
sentry-react-native copied to clipboard
Add `enableNativeProfiling` to HermesProfiler integration
Description
Currently when Hermes profiling is enabled also the native profilers are running.
Adding this option will let users decide if they are interested only in JS or the whole application JS + native (obj-c, cpp, jvm).
Default should be enableNativeProfiling: true, otherwise this would be a breaking change.