Skip to content

Commit 558d121

Browse files
committed
fix tests
1 parent 47516bb commit 558d121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node/test/integrations/http.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as http from 'http';
22
import * as https from 'https';
3-
import type { SentrySpan } from '@sentry/core';
3+
import type { Hub, SentrySpan } from '@sentry/core';
4+
import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
45
import { getCurrentHub, getIsolationScope, setCurrentClient } from '@sentry/core';
56
import { Transaction } from '@sentry/core';
67
import { getCurrentScope, setUser, spanToJSON, startInactiveSpan } from '@sentry/core';

0 commit comments

Comments
 (0)