Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiling docs for hybrid SDKs: clarify platform support #191

Open
1 of 2 tasks
kahest opened this issue Jul 16, 2024 · 1 comment
Open
1 of 2 tasks

Profiling docs for hybrid SDKs: clarify platform support #191

kahest opened this issue Jul 16, 2024 · 1 comment

Comments

@kahest
Copy link
Member

kahest commented Jul 16, 2024

The docs currently don't clarify which level of profiling is supported on which platforms.

E.g. 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

TBD: status of support on Flutter (likely 100% dependent on sentry-cocoa/java)

Note that the product docs briefly touch on platform/language support for iOS/Android: https://docs.sentry.io/product/explore/profiling/

Platforms

  1. Platform: Dart
  2. Platform: React-Native
@vaind
Copy link
Collaborator

vaind commented Jul 25, 2024

TBD: status of support on Flutter (likely 100% dependent on sentry-cocoa/java)

correct, iOS & macOS only

https://docs.sentry.io/platforms/flutter/profiling/#enable-profiling - Flutter Profiling alpha is available for iOS and macOS since SDK version 7.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Discussion
Development

No branches or pull requests

4 participants