reta commented on code in PR #2683:
URL: https://github.com/apache/cxf/pull/2683#discussion_r2463123537
##########
integration/tracing/tracing-opentelemetry/src/main/java/org/apache/cxf/tracing/opentelemetry/AbstractOpenTelemetryClientProvider.java:
##########
@@ -141,7 +141,7 @@ protected void stopTraceSpan(final
TraceScopeHolder<TraceScope> holder, final Th
span.setStatus(StatusCode.ERROR);
if (ex != null) {
- span.recordException(ex,
Attributes.of(ExceptionAttributes.EXCEPTION_ESCAPED, true));
+ span.recordException(ex);
Review Comment:
> Does CXF 4.2 have any ETA?
Yes, we hope to get it out of the door before end of the year (tentatively,
for sure).
> Why do we rely on SNAPSHOT dependencies in a stable branch?
The branch is development mode, it is acceptable to have the SNAPSHOTs
during the development cycle. We've just released `cxf-cxj-utils`, in
preparation for release, should be all set now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]