Skip to content

Commit 1fd56e0

Browse files
committed
fix after rebase
1 parent d563aea commit 1fd56e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/tracing/sentrySpan.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import type {
1010
SpanTimeInput,
1111
TimedEvent,
1212
} from '@sentry/types';
13-
import { dropUndefinedKeys, timestampInSeconds, uuid4 } from '@sentry/utils';
13+
import { dropUndefinedKeys, logger, timestampInSeconds, uuid4 } from '@sentry/utils';
1414
import { getClient } from '../currentScopes';
15+
import { DEBUG_BUILD } from '../debug-build';
1516

1617
import { getMetricSummaryJsonForSpan } from '../metrics/metric-summary';
1718
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';

0 commit comments

Comments
 (0)