Releases: getsentry/sentry-android
2.1.0-alpha.1
Release of Sentry's new SDK for Android.
What’s Changed
- BUMP sentry-native to 0.2.2 (#305) @Swatinem
- ANR report should have 'was active=yes' on the dashboard (#299) @marandaneto
- NDK events apply scoped data (#322) @marandaneto
- fix missing App's info (#315) @marandaneto
- buffered writers/readers - otimizations (#311) @marandaneto
- Add a StdoutTransport (#310) @mike-burns
- boot time should be UTC (#309) @marandaneto
- implementing new retry after protocol (#306) @marandaneto
- make transport result public (#300) @marandaneto
- release health @marandaneto @bruno-garcia
Packages were released on bintray
, jcenter
and mavenCentral
We'd love to get feedback.
2.0.2
Release of Sentry's new SDK for Android.
What’s Changed
- BUMP AGP to 3.6.1 (#285) @marandaneto
- MavenCentral support (#284) @marandaneto
Packages were released on bintray
, jcenter
and mavenCentral
We'd love to get feedback.
2.0.1
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.
2.0.0
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
- 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.
2.0.0-rc04
Release of Sentry's new SDK for Android.
What’s Changed
- fix: breacrumb.data to string,object, Add LOG level (#264) @HazAT
- read release conf. on manifest (#266) @marandaneto
- Support mills timestamp format (#263) @marandaneto
- adding logs to installed integrations (#265) @marandaneto
- feat: Take sampleRate from metadata (#262) @bruno-garcia
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
2.0.0-rc03
Release of Sentry's new SDK for Android.
What’s Changed
- fixes #259 - NPE check on getExternalFilesDirs items. (#260) @marandaneto
- fix 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
2.0.0-rc02
Release of Sentry's new SDK for Android.
What’s Changed
- 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
- feat: Hub mode configurable (#247) @bruno-garcia
- Added HubAdapter to call Sentry static methods from Integrations (#250) @marandaneto
- new Release format (#242) @marandaneto
- Javadocs for SentryOptions (#246) @marandaneto
- non-app is already inApp excluded by default. (#244) @marandaneto
- added remove methods (tags/extras) to the sentry static class (#243) @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
2.0.0-rc01
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
2.0.0-beta02
Release of Sentry's new SDK for Android.
- fix Android bug on API 24 and 25 about getting current threads and stack traces (#194)
- addBreadcrumb overloads #196 and #198
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
2.0.0-beta01
Release of Sentry's new SDK for Android.
- 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