This repository was archived by the owner on Aug 30, 2023. It is now read-only.
2.0.0-alpha05
Pre-release
Pre-release
·
395 commits
to master
since this release
First release of Sentry's new SDK for Android.
New features not offered by our current (1.7.x), stable SDK are:
- NDK support
- Captures crashes caused by native code
- Access to the
sentry-nativeSDK API by your native (C/C++/Rust code/..).
- Automatic init (just add your
DSNto the manifest)- Proguard rules are added automatically
- Permission (Internet) is added automatically
- Uncaught Exceptions might be captured even before the app restarts
- Unified API which include scopes etc.
- More context/device information
- Packaged as
aar - Frames from the app automatically marked as
InApp=true(stack traces in Sentry highlights them by default). - Complete Sentry Protocol available.
- All threads and their stack traces are captured.
- Sample project in this repo to test many features (segfault, uncaught exception, scope)
Features from the current SDK like ANR are also available (by default triggered after 4 seconds).
Packages were released on bintray, jcenter
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.28