Skip to content

Commit 545b5f7

Browse files
committed
Updated react-native docs
1 parent d711baf commit 545b5f7

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/integrations/react-native.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
.. _react-native-pure-js:
2+
13
React Native
24
============
35

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
714

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.
919

1020
Installation
1121
------------

0 commit comments

Comments
 (0)