Skip to content

Update react native plugin introduction, remove warning #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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