Skip to content

Commit e2ffc52

Browse files
author
Luca Forstner
committed
lint
1 parent bceb9f3 commit e2ffc52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/opentelemetry/src/sampler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {
1010
SEMATTRS_HTTP_METHOD,
1111
SEMATTRS_HTTP_URL,
1212
} from '@opentelemetry/semantic-conventions';
13-
import { Client, SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE, SpanAttributes } from '@sentry/core';
13+
import type { Client, SpanAttributes } from '@sentry/core';
14+
import { SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE } from '@sentry/core';
1415
import { baggageHeaderToDynamicSamplingContext } from '@sentry/core';
1516
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, hasTracingEnabled, logger, parseSampleRate, sampleSpan } from '@sentry/core';
1617
import {

0 commit comments

Comments
 (0)