Skip to content

Commit

Permalink
fix errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
zarirhamza committed Jan 21, 2025
1 parent 4394d26 commit d64e3f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/internal/httptrace/httptrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func StartRequestSpan(r *http.Request, opts ...ddtrace.StartSpanOption) (tracer.
} else {
// Start the inferred proxy span
inferredProxySpan = startInferredProxySpan(requestProxyContext, spanParentCtx, inferredStartSpanOpts...)
inferredProxySpanCreated = true // Successfully created the span
}
}

Expand Down

0 comments on commit d64e3f8

Please sign in to comment.