sentry-react-native
sentry-react-native copied to clipboard
Profiling docs: clarify platform support
Description
The sentry docs currently don't clarify which level of profiling is supported on which platforms.
Example: RN currently supports
- JS profiling via Hermes profiler on all/most platforms (there was a recent issue that indicates it might not work on tvOS?)
- native profiling on Apple platforms via sentry-cocoa
- only Swift + ObjC level
- only on iOS + macOS
- native profiling on Android via sentry-java
- only Kotlin + Java level
Meta issue: https://github.com/getsentry/team-mobile/issues/191