Skip to content

Commit

Permalink
clarifies which layers are profiled in RN
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest committed Aug 23, 2023
1 parent 160943f commit a8a52c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ sentry_sdk.init(

<Note>

Profiling for React Native is available in alpha in SDK versions `5.8.0` and above.
Profiling for React Native is available in alpha in SDK versions `5.8.0` and above. Currently, this supports profiling of the JavaScript layer. Combined profiling with native Android/iOS layers is not supported at this time.

</Note>

To enable profiling, set the `profilesSampleRate`:
To enable profiling, set the `profilesSampleRate`.

```javascript
Sentry.init({
Expand Down

0 comments on commit a8a52c2

Please sign in to comment.