We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08c65 commit 24e2494Copy full SHA for 24e2494
packages/node/src/integrations/http.ts
@@ -1,5 +1,5 @@
1
import { getCurrentHub } from '@sentry/core';
2
-import { Integration, Span, Transaction } from '@sentry/types';
+import { Integration, Span } from '@sentry/types';
3
import { fill, parseSemver } from '@sentry/utils';
4
import * as http from 'http';
5
import * as https from 'https';
0 commit comments