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 b76288f commit 86d5e26Copy full SHA for 86d5e26
packages/node/test/integrations/undici.test.ts
@@ -1,5 +1,5 @@
1
-import { runWithAsyncContext, Transaction } from '@sentry/core';
2
-import { Hub, makeMain } from '@sentry/core';
+import type { Transaction } from '@sentry/core';
+import { Hub, makeMain, runWithAsyncContext } from '@sentry/core';
3
import * as http from 'http';
4
import type { fetch as FetchType } from 'undici';
5
0 commit comments