Skip to content

Commit 4a06c04

Browse files
authored
Update react native plugin introduction, remove warning (#703)
1 parent 1f95019 commit 4a06c04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations/react-native.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
React Native
22
============
33

4-
.. sentry:support-warning::
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.
57

6-
The React Native plugin is experimental, and not ready for production use.
7-
8-
.. versionadded:: 1.3.0
8+
Errors caught via the React Native plugin include stack traces, breadcrumbs, and allow for unminification via source maps.
99

1010
Installation
1111
------------

0 commit comments

Comments
 (0)