Skip to content

Commit cc44384

Browse files
author
Luca Forstner
committed
lint
1 parent dd09a7b commit cc44384

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/baseclient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import type {
2020
MetricsAggregator,
2121
Outcome,
2222
ParameterizedString,
23-
PropagationContext,
2423
SdkMetadata,
2524
Session,
2625
SessionAggregates,

packages/opentelemetry/src/spanExporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ExportResultCode } from '@opentelemetry/core';
44
import type { ReadableSpan, SpanExporter } from '@opentelemetry/sdk-trace-base';
55
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
66
import { flush, getCurrentScope } from '@sentry/core';
7-
import type { DynamicSamplingContext, Scope, Span as SentrySpan, SpanOrigin, TransactionSource } from '@sentry/types';
7+
import type { Scope, Span as SentrySpan, SpanOrigin, TransactionSource } from '@sentry/types';
88
import { logger } from '@sentry/utils';
99

1010
import { getCurrentHub } from './custom/hub';

0 commit comments

Comments
 (0)