Skip to content

Commit 1aa101b

Browse files
paulomfCodeBlanch
andauthored
[docs] Fix RecordAndSample typo (open-telemetry#5870)
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent f4e3923 commit 1aa101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/trace/extending-the-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class MySampler : Sampler
338338
{
339339
public override SamplingResult ShouldSample(in SamplingParameters samplingParameters)
340340
{
341-
return new SamplingResult(SamplingDecision.RecordAndSampled);
341+
return new SamplingResult(SamplingDecision.RecordAndSample);
342342
}
343343
}
344344
```

0 commit comments

Comments
 (0)