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
,jcenter
andmavenCentral
We'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.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- 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
andmavenCentral
We'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.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- 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...)- 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
SentrySpanClientHttpRequestInterceptor
to 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
-
98298e2
chore: 4.1.0 -
305a462
Update README.md (#1219) -
05a4c35
Fix returning Sentry trace header from Span. (#1217) -
f8332e8
Improve Kotlin compatibility for SdkVersion class (#1213) -
a32a612
Support logging via JUL (#1211) -
cf41e6b
meta: Add docs to PR template (#1212) -
d58b440
release notes 4.0.0 -
e2490bd
add 4.0.0 TBD entry to changelog -
6ab70a8
prepare: 4.0.1 -
737a4cd
chore: 4.0.0 - Additional commits viewable in compare view