We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6947192 commit 3f0f558Copy full SHA for 3f0f558
packages/core/src/span.ts
@@ -1,5 +1,5 @@
1
import type { SpanEnvelope, SpanItem } from '@sentry/types';
2
-import type { Span } from '@sentry/types/build/types/span';
+import type { Span } from '@sentry/types';
3
import { createEnvelope } from '@sentry/utils';
4
5
/**
0 commit comments