Alexander Dinauer
Alexander Dinauer
OK great, thanks! I'm hoping to have another alpha ready soonish, maybe next week, but don't quote me on that.
I've opened a PR that should reduce the number of `TracesSampler` instances (close) to 1, depending on setup.
Hey @micopiira, we've just released [8.0.0-alpha.2](https://github.com/getsentry/sentry-java/releases/tag/8.0.0-alpha.2) of the Java SDK, there's instructions how to upgrade in the changelog. If you decide to give it a try, any feedback is welcome...
Hey @micopiira, have you had a chance to test any of the latest alpha releases?
@micopiira, do you have more details on what didn't work? How did you start the application? Did you add the agent JAR for trying out OTEL?
Hey @micopiira, we haven't tried the Micrometer Tracing -> OTel -> Sentry path yet. I presume we'd need to provide a special dependency that makes config easier. Are you tied...
I forgot to mention that the original issue here should be resolved in the latest v8 alpha version regardless of using OpenTelemetry.
Our idea at the moment is to integrate with OpenTelemetry more closely so Sentry uses OpenTelemetry under the hood for Performance. Just using an exporter wouldn't allow us to do...
Is the reactive part coming from WebFlux or is it used in Micrometer Tracing? We do set the Sentry `Scopes` (used to be `Hub`) on the `Context` for reactor when...
Thanks @micopiira, we'll take a look and report back. Can't say when exactly yet.