Skip to content

Releases: getsentry/sentry-java

3.0.0-beta.1

28 Sep 13:55
1480bbc
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

What’s Changed

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

3.0.0-alpha.3

17 Sep 12:28
acf588b
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release

What’s Changed

Packages were released on bintray sentry-android and bintray sentry-java

We'd love to get feedback.

3.0.0-alpha.2

11 Sep 10:03
9910783
Compare
Choose a tag to compare
3.0.0-alpha.2 Pre-release
Pre-release

TBD

Packages were released on bintray

Note: This release marks the unification of the Java and Android Sentry codebases based on the core of the Android SDK (version 2.x).
Previous releases for the Android SDK (version 2.x) can be found on the now archived: https://github.com/getsentry/sentry-android/

sentry-android-gradle-plugin v1.7.31

17 Feb 14:22
Compare
Choose a tag to compare
  • Android Gradle Plugin: Support App Bundles (aab) #818
  • Android Gradle Plugin: Support AGP 3.6.x
  • Android Gradle Plugin: Bug fixing #740

v1.7.30

28 Jan 19:25
Compare
Choose a tag to compare
  • Android Gradle Plugin: Uploading native symbols and sources (#815)
  • fixed context returns new Maps (#814)
  • added requireNonNull utils (#810)

sentry-java v1.7.29

17 Dec 11:32
Compare
Choose a tag to compare
  • Add method to check if Sentry is already initializated #783
  • Proguard: Keep exception type names #790
  • Blacklist other frameworks using cglib dynamic classes, like Guice #796
  • Logback: Adds support for logback encoders (the message field is encoded). #794
  • Android Gradle Plugin: Changes for making it to work with AGP 3.0, 3.1 and 3.2 #798
  • Fixed loosing of interruption status in EventBuilder. #799

sentry-java v1.7.28

24 Oct 18:23
Compare
Choose a tag to compare
  • Allow an implementation of Lookup to be provided #755
  • Don't attemp to send null events #769
  • Fix error calling getPackageInfo on Huawei devices #774
  • Fix bug where null return instead of file list #775
  • Add millisecond precision to breadcrumb #777
  • Jackson version bumped to 2.10.0 #771

sentry-java v1.7.27

20 Aug 11:15
Compare
Choose a tag to compare
  • Android: Fix setResourceLoader order #753
  • Fix classLoader lookup #754
  • Android ANR support: #752

sentry-java v1.7.26

08 Aug 14:25
Compare
Choose a tag to compare
  • SentryClient fixed override of event data with default data #751
  • Introduce SentryOptions #751
  • Android Gradle Plugin: Allow replacing ResourceLoader #739
  • Android Gradle Plugin: Fix find dex task #743

sentry-java v1.7.25

22 Jul 13:02
Compare
Choose a tag to compare
  • Android Gradle Plugin: Fixed bug when using ABI splits #667
  • Android Gradle Plugin: Support Android App Bundle #707
  • Android SDK: Support providing the whole Application Context #713