Bump sentry-logback from 1.7.27 to 4.1.0
Bumps sentry-logback from 1.7.27 to 4.1.0.
Release notes
Sourced from sentry-logback's releases.
4.1.0
What’s Changed
- Improve Kotlin compatibility for SdkVersion (#1213)
- Feat: Support logging via JUL (#1211)
- Fix: Fix returning Sentry trace header from Span (#1217)
Packages were released on
bintray sentry-java,bintray sentry-android,jcenterandmavenCentralWe'd love to get feedback.
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- 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,jcenterandmavenCentralWe'd love to get feedback.
4.0.0-beta.1
What’s Changed
... (truncated)
Changelog
Sourced from sentry-logback's changelog.
4.1.0
- Improve Kotlin compatibility for SdkVersion (#1213)
- Feat: Support logging via JUL (#1211)
- Fix: Fix returning Sentry trace header from Span (#1217)
- Fix: Remove misleading error logs (#1222)
4.0.0
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- 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...)- Bump: sentry-native to 0.4.6
- Bump: Gradle to 6.8.1 and AGP to 4.1.2
4.0.0-beta.1
- Feat: Add addToTransactions to Attachment (#1191)
- Enhancement: Support SENTRY_TRACES_SAMPLE_RATE conf. via env variables (#1171)
- Enhancement: Pass request to CustomSamplingContext in Spring integration (#1172)
- Ref: Set SpanContext on SentryTransaction to avoid potential NPE (#1173)
- Fix: Free Local Refs manually due to Android local ref. count limits
- Enhancement: Move
SentrySpanClientHttpRequestInterceptorto Spring module (#1181)- Enhancement: Add overload for
transaction/span.finish(SpanStatus)(#1182)- Fix: Bring back support for setting transaction name without ongoing transaction (#1183)
- Enhancement: Simplify registering traces sample callback in Spring integration (#1184)
- Enhancement: Polish Performance API (#1165)
- Enhancement: Set "debug" through external properties (#1186)
... (truncated)
Commits
-
98298e2chore: 4.1.0 -
305a462Update README.md (#1219) -
05a4c35Fix returning Sentry trace header from Span. (#1217) -
f8332e8Improve Kotlin compatibility for SdkVersion class (#1213) -
a32a612Support logging via JUL (#1211) -
cf41e6bmeta: Add docs to PR template (#1212) -
d58b440release notes 4.0.0 -
e2490bdadd 4.0.0 TBD entry to changelog -
6ab70a8prepare: 4.0.1 -
737a4cdchore: 4.0.0 - Additional commits viewable in compare view