Skip to content

Commit b470df9

Browse files
committed
lint
1 parent 44f1152 commit b470df9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

packages/core/src/tracing/spans/captureSpan.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
} from '../../semanticAttributes';
1818
import type { SerializedStreamedSpan, Span, StreamedSpanJSON } from '../../types-hoist/span';
1919
import { isStreamedBeforeSendSpanCallback } from '../../utils/beforeSendSpan';
20-
import { debug } from '../../utils/debug-logger';
2120
import { getCombinedScopeData } from '../../utils/scopeData';
2221
import {
2322
INTERNAL_getSegmentSpan,

packages/core/test/lib/tracing/spans/captureSpan.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { describe, expect, it, vi } from 'vitest';
22
import {
33
captureSpan,
4-
getActiveSpan,
54
SEMANTIC_ATTRIBUTE_SENTRY_ENVIRONMENT,
65
SEMANTIC_ATTRIBUTE_SENTRY_OP,
76
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
@@ -21,7 +20,6 @@ import {
2120
withScope,
2221
withStreamedSpan,
2322
} from '../../../../src';
24-
import { _setSpanForScope } from '../../../../src/utils/spanOnScope';
2523
import { getDefaultTestClientOptions, TestClient } from '../../../mocks/client';
2624

2725
describe('captureSpan', () => {

0 commit comments

Comments
 (0)