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 47516bb commit 558d121Copy full SHA for 558d121
packages/node/test/integrations/http.test.ts
@@ -1,6 +1,7 @@
1
import * as http from 'http';
2
import * as https from 'https';
3
-import type { SentrySpan } from '@sentry/core';
+import type { Hub, SentrySpan } from '@sentry/core';
4
+import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
5
import { getCurrentHub, getIsolationScope, setCurrentClient } from '@sentry/core';
6
import { Transaction } from '@sentry/core';
7
import { getCurrentScope, setUser, spanToJSON, startInactiveSpan } from '@sentry/core';
0 commit comments