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
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,44 @@
8
8
9
9
## Unreleased
10
10
11
+
### Features
12
+
13
+
- Capture App Start errors and crashes by initializing Sentry from `sentry.options.json` ([#4472](https://github.com/getsentry/sentry-react-native/pull/4472))
14
+
15
+
Create `sentry.options.json` in the React Native project root and set options the same as you currently have in `Sentry.init` in JS.
16
+
17
+
```json
18
+
{
19
+
"dsn": "https://key@example.io/value",
20
+
}
21
+
```
22
+
23
+
Initialize Sentry on the native layers by newly provided native methods.
0 commit comments