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

Profiling docs: clarify platform support

Open buenaflor opened this issue 1 year ago • 0 comments

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

buenaflor avatar Jul 29 '24 10:07 buenaflor