Release of Sentry's new SDK for Android.
What’s Changed
Features
- Added remove methods for Scope data ([237](https://github.com/getsentry/sentry-android/pull/237)) marandaneto
- More device context (deviceId, connectionType and language) ([229](https://github.com/getsentry/sentry-android/pull/229)) marandaneto
- Added a few java docs (Sentry, Hub and SentryClient) ([223](https://github.com/getsentry/sentry-android/pull/223)) marandaneto
- Implemented diagnostic logger ([218](https://github.com/getsentry/sentry-android/pull/218)) marandaneto
- Added event processors to scope ([209](https://github.com/getsentry/sentry-android/pull/209)) marandaneto
- Added android transport gate ([206](https://github.com/getsentry/sentry-android/pull/206)) marandaneto
- Added executor for caching values out of the main thread ([201](https://github.com/getsentry/sentry-android/pull/201)) marandaneto
Fixes
- Honor RetryAfter ([236](https://github.com/getsentry/sentry-android/pull/236)) marandaneto
- Add tests for SentryValues ([238](https://github.com/getsentry/sentry-android/pull/238)) philipphofmann
- Do not set frames if there's none ([234](https://github.com/getsentry/sentry-android/pull/234)) marandaneto
- Always call interrupt after InterruptedException ([232](https://github.com/getsentry/sentry-android/pull/232)) marandaneto
- Mark as current thread if its the main thread ([228](https://github.com/getsentry/sentry-android/pull/228)) marandaneto
- Fix lgtm alerts ([219](https://github.com/getsentry/sentry-android/pull/219)) marandaneto
- Written unit tests to ANR integration ([215](https://github.com/getsentry/sentry-android/pull/215)) marandaneto
- Added blog posts to README ([214](https://github.com/getsentry/sentry-android/pull/214)) marandaneto
- Raise code coverage for Dsn to 100% ([212](https://github.com/getsentry/sentry-android/pull/212)) philipphofmann
- Remove redundant times(1) for Mockito.verify ([211](https://github.com/getsentry/sentry-android/pull/211)) philipphofmann
- Transport may be set on options ([203](https://github.com/getsentry/sentry-android/pull/203)) marandaneto
- dist may be set on options ([204](https://github.com/getsentry/sentry-android/pull/204)) marandaneto
- Throw an exception if DSN is not set ([200](https://github.com/getsentry/sentry-android/pull/200)) marandaneto
- Migration guide markdown ([197](https://github.com/getsentry/sentry-android/pull/197)) marandaneto
Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/)
We'd love to get feedback and we'll work in getting the GA `2.0.0` out soon.
Until then, the [stable SDK offered by Sentry is at version 1.7.29](https://github.com/getsentry/sentry-java/releases/tag/v1.7.29)