Alexander Dinauer
Alexander Dinauer
> multiple child exceptions of different types. Does that ever happen? Yes this can happen. There's no limits as to what types / combinations thereof can be in suppressed exceptions....
Hey @erkieh thanks for opening this issue. Sentry is currently relying on version `1.28.0-alpha` of the semconv dependencies as defined by OpenTelemetry here: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/v2.10.0/dependencyManagement/build.gradle.kts#L49 since we get this by using...
We can bump the OpenTelemetry version in Sentry but I can't give an ETA at this point.
Thanks for reaching out, we'll bump prio.
@erkieh @jrs666666 we have just released https://github.com/getsentry/sentry-java/releases/tag/8.17.0 which bumps the OpenTelemetry version including instrumentation and semconv. Can you please check if this resolves the issue?
Hi @jrs666666 1. Does it work consistently with a different (older) version of Sentry SDK? 2. Have you enabled `debug` to check the logs for any hints? 3. How are...
Thanks @jrs666666 we'll try to reproduce and report back.
@jrs666666 can you please share your `application.properties` / `application.yml`? Did you add the `sentry-opentelemetry-agentless-spring` dependency or `sentry-opentelemetry-agentless`? Are you passing any ENV variables?
@jrs666666 are you manually configuring OpenTelemetry for use with Sentry? If so, could you please share that code?
@jrs666666 Depending on how you set up Sentry and OpenTelemetry, the SDK behaves differently. This is not just about tracing but also about propagation of Scopes and potential re-init of...