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 0e83018 commit 25027f9Copy full SHA for 25027f9
packages/core/test/lib/tracing/span.test.ts
@@ -1,5 +1,5 @@
1
import { Span } from '../../../src';
2
-import { TraceFlagNone, TraceFlagSampled } from '../../../src/tracing/span';
+import { TraceFlagNone, TraceFlagSampled } from '../../../src/utils/spanUtils';
3
4
describe('span', () => {
5
it('works with name', () => {
0 commit comments