Skip to content

Commit c9f8c44

Browse files
committed
fix linting
1 parent af9e4dc commit c9f8c44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/opentelemetry/src/spanExporter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import type { ExportResult } from '@opentelemetry/core';
33
import { ExportResultCode } from '@opentelemetry/core';
44
import type { ReadableSpan, SpanExporter } from '@opentelemetry/sdk-trace-base';
55
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
6-
import type {
7-
Transaction} from '@sentry/core';
6+
import type { Transaction } from '@sentry/core';
87
import {
98
SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE,
109
flush,

0 commit comments

Comments
 (0)