Skip to content

Commit 9a22ab0

Browse files
committed
oof prettier
1 parent b1aad22 commit 9a22ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opentelemetry-node/src/spanprocessor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { Context } from '@opentelemetry/api';
22
import { trace } from '@opentelemetry/api';
33
import type { Span as OtelSpan, SpanProcessor as OtelSpanProcessor } from '@opentelemetry/sdk-trace-base';
4+
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
45
import { addGlobalEventProcessor, getCurrentHub } from '@sentry/core';
56
import { Transaction } from '@sentry/tracing';
67
import type { DynamicSamplingContext, Span as SentrySpan, TraceparentData, TransactionContext } from '@sentry/types';
7-
import { logger, isString } from '@sentry/utils';
8-
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
8+
import { isString, logger } from '@sentry/utils';
99

1010
import { SENTRY_DYNAMIC_SAMPLING_CONTEXT_KEY, SENTRY_TRACE_PARENT_CONTEXT_KEY } from './constants';
1111
import { isSentryRequestSpan } from './utils/is-sentry-request';

0 commit comments

Comments
 (0)