Skip to content

Commit 2b9e077

Browse files
committed
import fix
1 parent e7d16f9 commit 2b9e077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cloudflare/test/sdk.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as SentryCore from '@sentry/core';
2-
import { getClient, Integration } from '@sentry/core';
2+
import type { Integration } from '@sentry/core';
3+
import { getClient } from '@sentry/core';
34
import { beforeEach, describe, expect, test, vi } from 'vitest';
45
import { CloudflareClient } from '../src/client';
56
import { init } from '../src/sdk';

0 commit comments

Comments
 (0)