4.0.0
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.propertiesfrom the application's current working directory (#1046) - Resolve
in-app-includes,in-app-excludes,tags,debug,uncaught.handler.enabledparameters from the external configuration
- Load
- Set global tags on SentryOptions and load them from external configuration (#1066)
- Add support for attachments (#1082)
- Resolve
servernamefrom the localhost address - Simplified transport configuration through setting
TransportFactoryinstead ofITransporton SentryOptions (#1124)
Spring Boot:
- Add the ability to register multiple
OptionsConfigurationbeans (#1093) - Initialize Logback after context refreshes (#1129)
Android:
- Add
isSideLoadedandinstallerStoretags 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.