jrs666666

Results 9 comments of jrs666666

Please consider using at least a released version of _Semconv_ (currently available: [1.34.0](https://mvnrepository.com/artifact/io.opentelemetry.semconv/opentelemetry-semconv/1.34.0)) instead of `1.28.0-alpha`. This is an issue for us while trying to upgrade to _SpringBoot 3.5.3+_.

@adinauer Well, our application is kind of "working" with SpringBoot 3.5.3 and 8.0.17, at least it doesn't crash while logging or tracing. But we struggle to get a predictable behaviour...

@adinauer 1. It worked consistently using SpringBoot 3.4.7, SpringCloud 2024.0.2, Sentry SDK 7.22.6. It doesn't work most of the time using SpringBoot 3.5.3, SpringCloud 2025.0.0, Sentry SDK 8.17.0. 2. I...

@adinauer For our tests we neither use `sentry-opentelemetry-agentless-spring` nor `sentry-opentelemetry-agentless`. See provided excerpt of dependencies in https://github.com/getsentry/sentry-java/issues/4368#issuecomment-3089887169. We use `io.sentry:sentry-spring-boot-starter-jakarta`, because we need to get exceptions and error logs reliably...

@adinauer Currently, we focus on getting exceptions and error logs reliably reported. Why do you insist on getting information about tracing? For our tests we removed our specific tracing library....

@adinauer Our tracing library was removed from the test application. Therefore no manual OpenTelemetry configurations are left.

@adinauer I put some context to the `DEBUG: Serializing object:` you mentioned below: * **NOT WORKING** ``` bash-3.2$ grep "DEBUG: " 20250721_not_working.txt 17:00:30,903 |-WARN in io.sentry.logback.SentryAppender[Sentry] - Failed to init...

@adinauer Looking into _Settings >> ACME >> Stats >> Stats & Usage_ provided this clue: ``` DEBUG: Capturing event: 3c179ba4a1714b9a925a2e7119ef977a INFO: sentry-external-modules.txt file was not found. INFO: Session is null...

*Kubernetes* mounts a `ConfigMap` containing just 2 unique stub mappings like this: ``` root@wiremock-66dc8ccf9b-2z8m2:/home/wiremock/mappings# ls -laR .: total 0 drwxrwxrwx. 3 root root 152 Jul 5 13:51 . drwxr-xr-x. 1...