File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,10 @@ To install a plugin just include the plugin **after** Raven has been loaded and
38
38
backbone
39
39
ember
40
40
react
41
- react-native
42
41
vue
42
+
43
+
44
+ .. toctree ::
45
+ :hidden:
46
+
47
+ react-native
Original file line number Diff line number Diff line change 1
- .. _react-native-pure-js :
2
-
3
- React Native
4
- ============
5
-
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.
1
+ Deprecated React Native
2
+ =======================
3
+
4
+ The deprecated plugin "React Native for Raven.js" is a pure JavaScript
5
+ error reporting solution. The plugin will report errors originating from
6
+ React Native's JavaScript engine (e.g. programming errors like "x is
7
+ undefined"), but might not catch errors that originate from the underlying
8
+ operating system (iOS / Android) unless they happen to be transmitted to
9
+ React Native's global error handler.
10
+
11
+ **Do not use this plugin for new code but instead use the new
12
+ :ref:`react-native` client integration instead **.
12
13
13
14
.. admonition :: Note
14
15
You can’t perform that action at this time.
0 commit comments