Skip to content

Commit 24e2494

Browse files
committed
fix: Linter
1 parent 2b08c65 commit 24e2494

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getCurrentHub } from '@sentry/core';
2-
import { Integration, Span, Transaction } from '@sentry/types';
2+
import { Integration, Span } from '@sentry/types';
33
import { fill, parseSemver } from '@sentry/utils';
44
import * as http from 'http';
55
import * as https from 'https';

0 commit comments

Comments
 (0)