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 e7d16f9 commit 2b9e077Copy full SHA for 2b9e077
packages/cloudflare/test/sdk.test.ts
@@ -1,5 +1,6 @@
1
import * as SentryCore from '@sentry/core';
2
-import { getClient, Integration } from '@sentry/core';
+import type { Integration } from '@sentry/core';
3
+import { getClient } from '@sentry/core';
4
import { beforeEach, describe, expect, test, vi } from 'vitest';
5
import { CloudflareClient } from '../src/client';
6
import { init } from '../src/sdk';
0 commit comments