All Versions
103
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 10

  • v2.0.1 Changes

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

    What’s Changed

    • βž• Add the default serverName to SentryOptions and use it in MainEventProcessor (#279) @metlos
    • set current threadId when there's no mechanism set (#277) @marandaneto
    • feat: attach threads/stacktraces (#267) @marandaneto
    • πŸ›  fix: preview package manager (#269) @bruno-garcia

    πŸš€ Packages were released on bintray, jcenter

    We'd love to get feedback.

  • v2.0.0 Changes

    πŸš€ 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.

  • v2.0.0-rc04 Changes

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

    πŸ”‹ Features

    • πŸ“‡ Take sampleRate from metadata (#262) @bruno-garcia
    • πŸ‘Œ Support mills timestamp format (#263) @marandaneto
    • βž• Adding logs to installed integrations (#265) @marandaneto

    πŸ›  Fixes

    • 🌲 Breacrumb.data to string,object, Add LOG level (#264) @HazAT
    • πŸš€ Read release conf. on manifest (#266) @marandaneto

    πŸš€ 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.30

  • v2.0.0-rc03 Changes

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

    πŸ›  Fixes

    • πŸ›  fixes (#259) - NPE check on getExternalFilesDirs items. (#260) @marandaneto
    • strictMode typo (#258) @marandaneto

    πŸš€ 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.30

  • v2.0.0-rc02 Changes

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

    πŸ”‹ Features

    • πŸ”§ Hub mode configurable (#247) @bruno-garcia
    • βž• Added remove methods (tags/extras) to the sentry static class (#243) @marandaneto

    πŸ›  Fixes

    • ⚑️ Update ndk for new sentry-native version (#235) @Swatinem @marandaneto
    • πŸ‘‰ Make integrations public (#256) @marandaneto
    • ⬆️ Bump build-tools (#255) @marandaneto
    • βž• Added javadocs to scope and its dependencies (#253) @marandaneto
    • πŸ— Build all ABIs (#254) @marandaneto
    • ⏱ Moving back ANR timeout from long to int param. (#252) @marandaneto
    • βž• Added HubAdapter to call Sentry static methods from Integrations (#250) @marandaneto
    • πŸ†• New Release format (#242) @marandaneto
    • Javadocs for SentryOptions (#246) @marandaneto
    • 0️⃣ non-app is already inApp excluded by default. (#244) @marandaneto
    • πŸ›  Fix if symlink exists for sentry-native (#241) @marandaneto
    • πŸ‘― Clone method - race condition free (#226) @marandaneto
    • πŸ”¨ Refactoring breadcrumbs callback (#239) @marandaneto

    πŸš€ 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.30

  • v2.0.0-rc01 Changes

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

    What’s Changed

    • Honor RetryAfter (#236) @marandaneto
    • βž• Add tests for SentryValues (#238) @philipphofmann
    • βž• added remove methods for Scope data (#237) @marandaneto
    • do not set frames if there's none (#234) @marandaneto
    • always call interrupt after InterruptedException (#232) @marandaneto
    • more device context (deviceId, connectionType and language) (#229) @marandaneto
    • mark as current thread if its the main thread (#228) @marandaneto
    • βž• added a few java docs (Sentry, Hub and SentryClient) (#223) @marandaneto
    • implemented diagnostic logger (#218) @marandaneto
    • πŸ›  fix lgtm alerts (#219) @marandaneto
    • βœ… written unit tests to ANR integration (#215) @marandaneto
    • βž• added blog posts to README (#214) @marandaneto
    • βž• added event processors to scope (#209) @marandaneto
    • Raise code coverage for Dsn to 100% (#212) @philipphofmann
    • βœ‚ Remove redundant times(1) for Mockito.verify (#211) @philipphofmann
    • βž• added android transport gate (#206) @marandaneto
    • transport may be set on options (#203) @marandaneto
    • dist may be set on options (#204) @marandaneto
    • βž• added executor for caching values out of the main thread (#201) @marandaneto
    • πŸ‘» throw an exception if DSN is not set (#200) @marandaneto
    • migration guide markdown (#197) @marandaneto

    πŸš€ 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.29

  • v2.0.0-beta02 Changes

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

    πŸ”‹ Features

    • βž• addBreadcrumb overloads (#196) and (#198)

    πŸ›  Fixes

    • πŸ›  fix Android bug on API 24 and 25 about getting current threads and stack traces (#194)

    πŸš€ 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

  • v2.0.0-beta01 Changes

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

    πŸ›  Fixes

    • ref: ANR doesn't set handled flag (#186)
    • SDK final review (#183)
    • ref: Drop errored in favor of crashed (#187)
    • β†ͺ Workaround android_id (#185)
    • πŸ“‡ Renamed sampleRate (#191)
    • πŸ“¦ Making timestamp package-private or test-only (#190)
    • Split event processor in Device/App data (#180)

    πŸš€ 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

  • v2.0.0-alpha09 Changes

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

    πŸ”‹ Features

    • βž• Adding nativeBundle plugin (#161)
    • βž• Adding scope methods to sentry static class (#179)

    πŸ›  Fixes

    • πŸ›  fix: DSN parsing (#165)
    • πŸ‘» Don't avoid exception type minification (#166)
    • πŸ‘‰ make Gson retro compatible with older versions of AGP (#177)
    • ⬆️ Bump sentry-native with message object instead of a string (#172)

    πŸš€ 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

  • v2.0.0-alpha08 Changes

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

    πŸ›  Fixes

    • DebugId endianness (#162)
    • Executed beforeBreadcrumb also for scope (#160)
    • πŸ”€ Benefit of manifest merging when minSdk (#159)
    • βž• Add method to captureMessage with level (#157)
    • 🍱 Listing assets file on the wrong dir (#156)

    πŸš€ 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