Skip to content

Commit 157aed1

Browse files
marandanetoimatwawana
authored andcommitted
Fix manual init with auto performance for RN and iOS (#5600)
Co-authored-by: Isabel <[email protected]>
1 parent ea0788a commit 157aed1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/platforms/react-native/manual-setup/native-init.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Do not use `autoInitializeNativeSdk` to disable the native layer, instead use [e
2525

2626
Next, initialize the native SDKs for Android, which is documented below, or for iOS by following the [configuration guide to initialize the Sentry Cocoa SDK](/platforms/apple/guides/ios/#configure). Note that you do not need to install the native SDKs as they are already packaged with the React Native SDK.
2727

28+
## iOS Configuration
29+
30+
To enable App Start Instrumentation and Slow and Frozen Frames on iOS when initializing the Sentry Cocoa SDK manually,
31+
you have to [configure the sample rate](/platforms/apple/performance/#configure-the-sample-rate/).
32+
2833
## Android Configuration
2934

3035
<Note>

0 commit comments

Comments
 (0)