Skip to content

Commit d2d0c97

Browse files
mydealogaretm
authored andcommitted
fix lint
1 parent d25e094 commit d2d0c97

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

packages/nextjs/src/common/utils/tracingUtils.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
import { HTTP_ROUTE } from '@sentry/conventions/attributes';
22
import type { PropagationContext, Span, SpanAttributes } from '@sentry/core';
3-
import {
4-
isObjectLike,
5-
getActiveSpan,
6-
getClient,
7-
getRootSpan,
8-
Scope,
9-
SEMANTIC_ATTRIBUTE_SENTRY_OP,
10-
spanToJSON,
11-
} from '@sentry/core';
3+
import { isObjectLike, Scope, SEMANTIC_ATTRIBUTE_SENTRY_OP } from '@sentry/core';
124
import { ATTR_NEXT_SEGMENT, ATTR_NEXT_SPAN_NAME, ATTR_NEXT_SPAN_TYPE } from '../nextSpanAttributes';
13-
import { TRANSACTION_ATTR_SHOULD_DROP_TRANSACTION } from '../span-attributes-with-logic-attached';
145

156
const commonPropagationContextMap = new WeakMap<object, PropagationContext>();
167

0 commit comments

Comments
 (0)