Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Nov 7, 2024
1 parent eb2e8d6 commit 40163ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/extension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (em *ExtensionManager) SendStartInvocationRequest(ctx context.Context, even
samplingPriority := response.Header.Get(string(DdSamplingPriority))
fmt.Printf("[DEBUG] [extension.go] [SendStartInvocationRequest()] Sampling priority: %s\n", samplingPriority)
if samplingPriority != "" {

Check failure on line 136 in internal/extension/extension.go

View workflow job for this annotation

GitHub Actions / lint

SA9003: empty branch (staticcheck)
ctx = context.WithValue(ctx, DdSamplingPriority, samplingPriority)
//ctx = context.WithValue(ctx, DdSamplingPriority, samplingPriority)
}
}
return ctx
Expand Down

0 comments on commit 40163ba

Please sign in to comment.