Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 5, 2024
1 parent 4ff6738 commit d560806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public Builder loadW3CTraceParentContext(String traceParent) {
*/
@CanIgnoreReturnValue
public Builder loadOpenTelemetryContext() {
io.opentelemetry.context.Context currentContext = io.opentelemetry.context.Context.current();
io.opentelemetry.context.Context currentContext = io.opentelemetry.context.Context.current();
SpanContext spanContext = Span.fromContext(currentContext).getSpanContext();
if (spanContext != null && spanContext.isValid()) {
setTraceId(spanContext.getTraceId());
Expand Down

0 comments on commit d560806

Please sign in to comment.