Skip to content

Commit 770c9f4

Browse files
committed
Adds code sample in the changelog
1 parent 566550e commit 770c9f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
### Features
1212

1313
- Add RNSentrySDK APIs support to @sentry/react-native/expo plugin ([#4633](https://github.com/getsentry/sentry-react-native/pull/4633))
14+
15+
This feature is opt-out to enable it set `useNativeInit` to `true` in your `@sentry/react-native/expo` plugin configuration.
16+
17+
```js
18+
"plugins": [
19+
[
20+
"@sentry/react-native/expo",
21+
{
22+
"useNativeInit": true
23+
}
24+
],
25+
```
26+
1427
- User Feedback Widget Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435))
1528

1629
To collect user feedback from inside your application call `Sentry.showFeedbackWidget()`.

0 commit comments

Comments
 (0)