Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Nov 8, 2024
1 parent c1001d4 commit 5c57a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/trace/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func startFunctionExecutionSpan(ctx context.Context, mergeXrayTraces bool, isDdS
resourceName = string(extension.DdSeverlessSpan)
}

fmt.Printf("[DEBUG] [lambda-go] startFunctionExecutionSpan() context: %+v\n", parentSpanContext)
span := tracer.StartSpan(
"aws.lambda", // This operation name will be replaced with the value of the service tag by the Forwarder
tracer.SpanType("serverless"),
Expand Down

0 comments on commit 5c57a28

Please sign in to comment.