File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ .. _react-native-pure-js :
2
+
1
3
React Native
2
4
============
3
5
4
- React Native for Raven.js is a pure JavaScript error reporting solution. The plugin will report errors originating from React Native's
5
- JavaScript engine (e.g. programming errors like "x is undefined"), but might not catch errors that originate from the underlying
6
- operating system (iOS / Android) unless they happen to be transmitted to React Native's global error handler.
6
+ React Native for Raven.js is a pure JavaScript error reporting solution.
7
+ The plugin will report errors originating from React Native's JavaScript
8
+ engine (e.g. programming errors like "x is undefined"), but might not
9
+ catch errors that originate from the underlying operating system (iOS /
10
+ Android) unless they happen to be transmitted to React Native's global
11
+ error handler.
12
+
13
+ .. admonition :: Note
7
14
8
- Errors caught via the React Native plugin include stack traces, breadcrumbs, and allow for unminification via source maps.
15
+ Unless you have specific reasons not to, it's recommended to instead
16
+ the new :ref: `react-native ` client instead which supports native and
17
+ JavaScript crashes as well as an improved integration into the Xcode
18
+ build process.
9
19
10
20
Installation
11
21
------------
You can’t perform that action at this time.
0 commit comments