Skip to content

Commit

Permalink
fix madge
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 24, 2024
1 parent bd4d16b commit 45a119a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ import type * as https from 'node:https';
import { VERSION } from '@opentelemetry/core';
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { addBreadcrumb, getClient, getIsolationScope } from '@sentry/core';
import { addBreadcrumb, getClient, getIsolationScope, withIsolationScope } from '@sentry/core';
import type { SanitizedRequestData } from '@sentry/types';
import {
getBreadcrumbLogLevelFromHttpStatusCode,
getSanitizedUrlString,
parseUrl,
stripUrlQueryAndFragment,
} from '@sentry/utils';
import { withIsolationScope } from '../..';
import type { NodeClient } from '../../sdk/client';

type Http = typeof http;
Expand Down

0 comments on commit 45a119a

Please sign in to comment.