What’s Changed
This release brings the Sentry Performance feature to Java SDK, Spring, Spring Boot, and Android integrations. Read more in the reference documentation:
Other improvements:
Core:
- Improved loading external configuration:
- Load
sentry.properties
from the application's current working directory (#1046) - Resolve
in-app-includes
,in-app-excludes
,tags
,debug
,uncaught.handler.enabled
parameters from the external configuration
- Load
- Set global tags on SentryOptions and load them from external configuration (#1066)
- Add support for attachments (#1082)
- Resolve
servername
from the localhost address - Simplified transport configuration through setting
TransportFactory
instead ofITransport
on SentryOptions (#1124)
Spring Boot:
- Add the ability to register multiple
OptionsConfiguration
beans (#1093) - Initialize Logback after context refreshes (#1129)
Android:
- Add
isSideLoaded
andinstallerStore
tags automatically (Where your App. was installed from eg Google Play, Amazon Store, downloaded APK, etc...)
Packages were released on bintray sentry-java
, bintray sentry-android
, jcenter
and mavenCentral
We'd love to get feedback.