Skip to content

Commit

Permalink
Merge pull request #115 from getsentry/feature/streamline-exception-h…
Browse files Browse the repository at this point in the history
…andling

Streamline exception handling
  • Loading branch information
HazAT authored Jun 23, 2017
2 parents c5cb06c + af912de commit 51a4692
Show file tree
Hide file tree
Showing 16 changed files with 215 additions and 322 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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ android {

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'io.sentry:sentry-android:1.0.0'
compile 'io.sentry:sentry-android:1.2.1'
}

This file was deleted.

185 changes: 0 additions & 185 deletions android/src/main/java/io/sentry/RNSentryExceptionsManagerModule.java

This file was deleted.

Loading

0 comments on commit 51a4692

Please sign in to comment.