sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Add `enableNativeProfiling` to HermesProfiler integration

Open krystofwoldrich opened this issue 1 year ago • 0 comments

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.

krystofwoldrich avatar Jun 10 '24 10:06 krystofwoldrich