joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Make it possible to skip setupUncaughtExceptionHandler. #58

Closed ZeroStride closed 8 years ago

ZeroStride commented 8 years ago

For my use-case I don't want to set the global uncaught exception handler, so I modified init() to take a boolean, and then created a version of init() that passes 'true' automatically to maintain the default behavior.

joshdholtz commented 8 years ago

Looks good 👍

Thanks for the contribution 🙌