Skip to content

docs(react-native): Clarify profiling platform support#17792

Open
antonis wants to merge 1 commit into
masterfrom
docs/rn-profiling-platform-support
Open

docs(react-native): Clarify profiling platform support#17792
antonis wants to merge 1 commit into
masterfrom
docs/rn-profiling-platform-support

Conversation

@antonis
Copy link
Copy Markdown
Contributor

@antonis antonis commented May 18, 2026

DESCRIBE YOUR PR

Adds a "Platform Support" section to the React Native profiling docs that clarifies which profiling levels are available on which platforms:

  • JavaScript profiling (Hermes) works on iOS and Android
  • Native profiling captures Swift/ObjC on iOS/macOS (via sentry-cocoa) and Kotlin/Java on Android (via sentry-java)
  • Other platforms (tvOS, visionOS) only get JS profiling

Resolves getsentry/sentry-react-native#3973
Related to getsentry/team-mobile#191

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

PRE-MERGE CHECKLIST

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Add a Platform Support section to the React Native profiling docs
that explains which profiling levels are available on which platforms.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment May 18, 2026 2:20pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored May 18, 2026 2:20pm

Request Review

@codeowner-assignment codeowner-assignment Bot requested a review from a team May 18, 2026 14:10
@antonis antonis requested review from alwx and lucas-zimerman May 18, 2026 14:11
@antonis antonis marked this pull request as ready for review May 18, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Profiling docs: clarify platform support

1 participant