Skip to content

Commit 45a119a

Browse files
committed
fix madge
1 parent bd4d16b commit 45a119a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ import type * as https from 'node:https';
33
import { VERSION } from '@opentelemetry/core';
44
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
55
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
6-
import { addBreadcrumb, getClient, getIsolationScope } from '@sentry/core';
6+
import { addBreadcrumb, getClient, getIsolationScope, withIsolationScope } from '@sentry/core';
77
import type { SanitizedRequestData } from '@sentry/types';
88
import {
99
getBreadcrumbLogLevelFromHttpStatusCode,
1010
getSanitizedUrlString,
1111
parseUrl,
1212
stripUrlQueryAndFragment,
1313
} from '@sentry/utils';
14-
import { withIsolationScope } from '../..';
1514
import type { NodeClient } from '../../sdk/client';
1615

1716
type Http = typeof http;

0 commit comments

Comments
 (0)