Skip to content

Commit

Permalink
remove redundant dynamic context assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
greywolve committed Nov 17, 2023
1 parent b3f37f8 commit 5045587
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions propagation_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ func NewPropagationContext() PropagationContext {
panic(err)

Check warning on line 51 in propagation_context.go

View check run for this annotation

Codecov / codecov/patch

propagation_context.go#L51

Added line #L51 was not covered by tests
}

p.DynamicSamplingContext = DynamicSamplingContext{}

return p
}

Expand Down

0 comments on commit 5045587

Please sign in to comment.