Skip to content

Commit 3f0f558

Browse files
fix bad import
1 parent 6947192 commit 3f0f558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/span.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { SpanEnvelope, SpanItem } from '@sentry/types';
2-
import type { Span } from '@sentry/types/build/types/span';
2+
import type { Span } from '@sentry/types';
33
import { createEnvelope } from '@sentry/utils';
44

55
/**

0 commit comments

Comments
 (0)