Skip to content

Commit 9b394c3

Browse files
author
Luca Forstner
committed
todo comment
1 parent 8d6984f commit 9b394c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ function _startRootSpan(spanArguments: SentrySpanArguments, scope: Scope, parent
414414
name,
415415
parentSampled,
416416
attributes,
417-
// parentSampleRate: 'TODO',
417+
// TODO(v9): provide a parentSampleRate here
418418
},
419419
sampleRand,
420420
);

packages/opentelemetry/src/sampler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ export class SentrySampler implements Sampler {
110110
{
111111
name: inferredSpanName,
112112
attributes: mergedAttributes,
113-
// parentSampleRate: 'TODO',
114113
normalizedRequest: isolationScope?.getScopeData().sdkProcessingMetadata.normalizedRequest,
115114
parentSampled,
115+
// TODO(v9): provide a parentSampleRate here
116116
},
117117
sampleRand,
118118
);

0 commit comments

Comments
 (0)