Releases: getsentry/sentry-java
sentry-java v1.7.12
Changes:
- Only set
release
anddist
on Android events if the user didn't provide their own. - Allow Gradle plugin to be included in library projects. (thanks linakis)
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.10
Changes:
- Android Plugin: Look for properties file directly under flavor directory. (thanks biggestT)
- Drop events when the server returns an HTTP 429.
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.9
Changes:
- Encode SDK_VERSION in a Java class instead of looking up a ResouceBundle.
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.8
Changes:
- Fix Android Gradle Plugin for >=3.3.0.
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.7
Changes:
- Handle exceptions in
toString
calls when marshalling arbitrary objects to JSON.
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.5
Changes:
- Add
BreadcrumbBuilder.withData
(thanks kohenkatz)
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry
sentry-java v1.7.4
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
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
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
Changes:
- Android Gradle Plugin: Improve various directory structure support. (thanks ruZZil)
Available on Maven: http://search.maven.org/#search%7Cga%7C1%7Cio.sentry