Skip to content

Commit d9cd2f3

Browse files
committed
minor lint stuff
1 parent 776e302 commit d9cd2f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/types-hoist/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { RawAttributes } from '../attributes';
21
import type { CaptureContext } from '../scope';
32
import type { Breadcrumb, BreadcrumbHint } from './breadcrumb';
43
import type { ErrorEvent, EventHint, TransactionEvent } from './event';

packages/core/src/utils/spanUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
99
} from '../semanticAttributes';
1010
import type { SentrySpan } from '../tracing/sentrySpan';
11-
import { SPAN_STATUS_ERROR, SPAN_STATUS_OK, SPAN_STATUS_UNSET } from '../tracing/spanstatus';
11+
import { SPAN_STATUS_OK, SPAN_STATUS_UNSET } from '../tracing/spanstatus';
1212
import { getCapturedScopesOnSpan } from '../tracing/utils';
1313
import type { SerializedAttributes } from '../types-hoist/attributes';
1414
import type { TraceContext } from '../types-hoist/context';

0 commit comments

Comments
 (0)