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';
44import type { Sampler , SamplingResult } from '@opentelemetry/sdk-trace-base' ;
55import { SamplingDecision } from '@opentelemetry/sdk-trace-base' ;
66import { 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' ;
88import { logger } from '@sentry/utils' ;
99import { SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING } from './constants' ;
1010
@@ -15,7 +15,7 @@ import { getSamplingDecision } from './utils/getSamplingDecision';
1515import { setIsSetup } from './utils/setupCheck' ;
1616
1717/**
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
1919 */
2020export class SentrySampler implements Sampler {
2121 private _client : Client ;
You can’t perform that action at this time.
0 commit comments