We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f95019 commit 4a06c04Copy full SHA for 4a06c04
docs/integrations/react-native.rst
@@ -1,11 +1,11 @@
1
React Native
2
============
3
4
-.. sentry:support-warning::
+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.
7
- The React Native plugin is experimental, and not ready for production use.
-
8
- .. versionadded:: 1.3.0
+Errors caught via the React Native plugin include stack traces, breadcrumbs, and allow for unminification via source maps.
9
10
Installation
11
------------
0 commit comments