Skip to content

Commit

Permalink
[docs] Fix RecordAndSample typo (#5870)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikel Blanchard <[email protected]>
  • Loading branch information
paulomf and CodeBlanch authored Sep 30, 2024
1 parent f4e3923 commit 1aa101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trace/extending-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class MySampler : Sampler
{
public override SamplingResult ShouldSample(in SamplingParameters samplingParameters)
{
return new SamplingResult(SamplingDecision.RecordAndSampled);
return new SamplingResult(SamplingDecision.RecordAndSample);
}
}
```
Expand Down

0 comments on commit 1aa101b

Please sign in to comment.