We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e3923 commit 1aa101bCopy full SHA for 1aa101b
docs/trace/extending-the-sdk/README.md
@@ -338,7 +338,7 @@ class MySampler : Sampler
338
{
339
public override SamplingResult ShouldSample(in SamplingParameters samplingParameters)
340
341
- return new SamplingResult(SamplingDecision.RecordAndSampled);
+ return new SamplingResult(SamplingDecision.RecordAndSample);
342
}
343
344
```
0 commit comments