File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import type * as http from 'http' ;
22import type * as https from 'https' ;
3- import type { Hub } from '@sentry/core' ;
3+ import type { Hub } from '@sentry/core' ;
44import { spanToTraceHeader } from '@sentry/core' ;
55import { addBreadcrumb , getClient , getCurrentScope } from '@sentry/core' ;
66import { getCurrentHub , getDynamicSamplingContextFromClient , isSentryRequestUrl } from '@sentry/core' ;
Original file line number Diff line number Diff line change 11import * as http from 'http' ;
2- import type { Transaction } from '@sentry/core' ;
2+ import type { Transaction } from '@sentry/core' ;
33import { spanToTraceHeader } from '@sentry/core' ;
44import { Hub , makeMain , runWithAsyncContext } from '@sentry/core' ;
55import type { fetch as FetchType } from 'undici' ;
You can’t perform that action at this time.
0 commit comments