You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,19 @@
11
11
### Features
12
12
13
13
- 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
+
14
27
- User Feedback Widget Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435))
15
28
16
29
To collect user feedback from inside your application call `Sentry.showFeedbackWidget()`.
0 commit comments