Skip to content

Commit

Permalink
Update react native plugin introduction, remove warning (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar authored Aug 26, 2016
1 parent 1f95019 commit 4a06c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/integrations/react-native.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
React Native
============

.. 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
JavaScript engine (e.g. programming errors like "x is undefined"), but might not catch errors that originate from the underlying
operating system (iOS / Android) unless they happen to be transmitted to React Native's global error handler.

The React Native plugin is experimental, and not ready for production use.

.. versionadded:: 1.3.0
Errors caught via the React Native plugin include stack traces, breadcrumbs, and allow for unminification via source maps.

Installation
------------
Expand Down

0 comments on commit 4a06c04

Please sign in to comment.