Skip to content

Commit 7837e56

Browse files
Update index.mdx
1 parent 9d67cdb commit 7837e56

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/profiling

1 file changed

+1
-1
lines changed

docs/platforms/react-native/profiling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Sentry.init({
5858

5959
#### platformProfilers
6060

61-
Default value `true`, platform profilers are enabled. By default both React Native JS code executed in Hermes engine and platform specific code (Swift, Objective-C, Kotlin, Java) are profiled by their respective profilers. Setting `platformProfilers` to `false` will disable profiling of the platform specific code and only the JS code executed in Hermes will be profiled.
61+
Default value `true`, platform profilers are enabled. By default both React Native JS code executed in Hermes engine and platform specific code (Swift, Objective-C, Kotlin, Java) are profiled by their respective profilers. Setting `platformProfilers` to `false` will disable profiling of the platform specific code and only the JS code executed in Hermes will be profiled. This option is available since the SDK version [5.33.0](https://github.com/getsentry/sentry-react-native/releases/tag/5.33.0).

0 commit comments

Comments
 (0)