Skip to content

Releases: getsentry/sentry-java

sentry-java v1.7.4

01 May 20:26

Choose a tag to compare

Changes:

  • Allow new-style DSNs without the secret key.

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.7.3

09 Apr 21:28

Choose a tag to compare

Changes:

  • Handle Event extra deserialization failures when using Proguard. (thanks mcomella)
  • Fix support for JUL handler level. (thanks nsitbon)

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.7.2

15 Mar 16:51

Choose a tag to compare

Changes:

  • Set HTTPConnection read timeout to 5 seconds. (thanks kalaspuffar)

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.7.1

08 Mar 17:13

Choose a tag to compare

Changes:

  • Android Gradle Plugin: Improve various directory structure support. (thanks ruZZil)

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.7.0

23 Feb 21:19

Choose a tag to compare

Changes:

  • Warn (once) when a client lockdown is first initiated and why.
  • Log events skipped by a lockdown at the DEBUG level.
  • Don't log a full stacktrace when an HTTP 429 (Too Many Requests) is returned.
  • Fix parsing of Retry-After header which apparently changed to a floating point number.
  • Pass MDC context down to AsyncConnection worker threads.
  • Changed buffer.size default from 50 to 10.
  • When buffering is enabled, only retry sending events when the network is down or the project is being throttled (HTTP 429).

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.6.8

12 Feb 16:27

Choose a tag to compare

Changes:

  • Create a noop sentry client when the user provides bad configuration. (thanks dmclain)
  • Use project.name instead of hardcoding 'app' in Android Gradle Plugin.

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.6.7

01 Feb 15:45

Choose a tag to compare

Changes:

  • Add Automatic-Module-Name to manifest so we have basic Java 9 support.
  • Print unhandled exceptions to stderr by default (like ThreadGroup does).

Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry

sentry-java v1.6.6

29 Jan 15:06

Choose a tag to compare

sentry-java v1.6.5

24 Jan 21:50

Choose a tag to compare

sentry-java 1.6.4

28 Dec 18:59

Choose a tag to compare