Sentry v2.0.0 Release Notes

  • ๐Ÿš€ Release of Sentry's new SDK for Android.

    ๐Ÿ†• New features not offered by (1.7.x):

    • ๐Ÿ‘ NDK support
      • Captures crashes caused by native code
      • Access to the sentry-native SDK API by your native (C/C++/Rust code/..).
    • Automatic init (just add your DSN to the manifest)
      • Proguard rules are added automatically
      • Permission (Internet) is added automatically
    • Uncaught Exceptions might be captured even before the app restarts
    • Sentry's Unified API.
    • More context/device information
    • ๐Ÿ“ฆ Packaged as aar
    • 0๏ธโƒฃ 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, ANR...)

    ๐Ÿ”‹ 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.