React Native UI profiling docs: now with information about iOS profiling#16260
Merged
React Native UI profiling docs: now with information about iOS profiling#16260
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
antonis
reviewed
Feb 4, 2026
| <Alert> | ||
|
|
||
| Profiling for React Native is available in SDK versions `7.9.0` and above. Android is currently the only supported platform, and support is still experimental. | ||
| UI Profiling for React Native is available in SDK versions `7.9.0` and above. Android support was added in `7.9.0`, and iOS support was added in `7.10.0`. This feature is still experimental. |
Contributor
There was a problem hiding this comment.
nit
Suggested change
| UI Profiling for React Native is available in SDK versions `7.9.0` and above. Android support was added in `7.9.0`, and iOS support was added in `7.10.0`. This feature is still experimental. | |
| UI Profiling for React Native is available in SDK versions `7.9.0` and above on Android. iOS support was added in `7.12.0`. This feature is still experimental. |
antonis
reviewed
Feb 4, 2026
antonis
reviewed
Feb 4, 2026
Contributor
antonis
left a comment
There was a problem hiding this comment.
Left a comment related to the iOS version and a nit suggestion. Other than that LGTM 🙇
antonis
approved these changes
Feb 4, 2026
Contributor
antonis
left a comment
There was a problem hiding this comment.
LGTM 🚀
Let's wait for the release tomorrow and merge it
coolguyzone
reviewed
Feb 5, 2026
| ``` | ||
|
|
||
| For more information, see [the Android SDK documentation](https://docs.sentry.io/platforms/android/profiling/#enabling-ui-profiling) | ||
| <Note> |
Contributor
There was a problem hiding this comment.
Suggested change
| <Note> | |
| <Alert> |
Hey @alwx, I think this is why your builds are failing, we deprecated <Note> a while back, if you change these to <Alert> it should resolve it.
coolguyzone
reviewed
Feb 5, 2026
|
|
||
| The `androidProfilingOptions` key is now deprecated. Use `profilingOptions` instead. | ||
|
|
||
| </Note> |
Contributor
There was a problem hiding this comment.
Suggested change
| </Note> | |
| </Alert> |
coolguyzone
approved these changes
Feb 5, 2026
Contributor
coolguyzone
left a comment
There was a problem hiding this comment.
LGTM, see my comment about the Note component to get this to pass builds 🏄♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The support for iOS UI profling was added to React Native SDK: getsentry/sentry-react-native#5611
Now it's time for the docs changes!
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.