Skip to content

Commit e5ba2ba

Browse files
committed
changelog
1 parent c5c769d commit e5ba2ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Do not log if `OtelContextScopesStorage` cannot be found ([#4127](https://github.com/getsentry/sentry-java/pull/4127))
8+
- Previously `java.lang.ClassNotFoundException: io.sentry.opentelemetry.OtelContextScopesStorage` was shown in the log if the class could not be found.
9+
- This is just a lookup the SDK performs to configure itself. The SDK also works without OpenTelemetry.
10+
311
## 8.1.0
412

513
### Features

0 commit comments

Comments
 (0)