Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 23, 2017
1 parent 479fb0e commit af912de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,23 @@
With this SDK, Sentry is now able to provide mixed stacktraces. This means that if a JavaScript call causes a crash in native code, you will see the last call from JavaScript before the crash. This also means that with the new SDK, native crashes are properly handled on iOS.
Full Android support coming soon but it will gracefully downgrade to use [raven-js](https://github.com/getsentry/raven-js).

## Additional device information

When using this library you will get alot more information about the device surrounding your crashes.

**Without native integration**
![Raven js only](https://github.com/getsentry/react-native-sentry/raw/master/assets/raven.png)

**With native integration**
![Enriched](https://github.com/getsentry/react-native-sentry/raw/master/assets/enriched.png)
![Additional](https://github.com/getsentry/react-native-sentry/raw/master/assets/additional-device.png)


**Mixed Stacktraces**<sup>(1)</sup>
![Mixed Stacktrace](https://github.com/getsentry/react-native-sentry/raw/master/assets/mixed-stacktrace.png)

## Documentation

https://docs.sentry.io/clients/react-native/

<sup>(1)</sup>only suppored on iOS
Binary file added assets/additional-device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/enriched.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/raven.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af912de

Please sign in to comment.