File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/opentelemetry/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { TraceState } from '@opentelemetry/core';
4
4
import type { Sampler , SamplingResult } from '@opentelemetry/sdk-trace-base' ;
5
5
import { SamplingDecision } from '@opentelemetry/sdk-trace-base' ;
6
6
import { SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE , hasTracingEnabled , sampleSpan } from '@sentry/core' ;
7
- import type { Client } from '@sentry/types' ;
7
+ import type { Client , SpanAttributes } from '@sentry/types' ;
8
8
import { logger } from '@sentry/utils' ;
9
9
import { SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING } from './constants' ;
10
10
@@ -15,7 +15,7 @@ import { getSamplingDecision } from './utils/getSamplingDecision';
15
15
import { setIsSetup } from './utils/setupCheck' ;
16
16
17
17
/**
18
- * A custom OTEL sampler that uses Sentry sampling rates to make it's decision
18
+ * A custom OTEL sampler that uses Sentry sampling rates to make its decision
19
19
*/
20
20
export class SentrySampler implements Sampler {
21
21
private _client : Client ;
You can’t perform that action at this time.
0 commit comments