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 1
1
import type * as http from 'http' ;
2
2
import type * as https from 'https' ;
3
- import type { Hub } from '@sentry/core' ;
3
+ import type { Hub } from '@sentry/core' ;
4
4
import { spanToTraceHeader } from '@sentry/core' ;
5
5
import { addBreadcrumb , getClient , getCurrentScope } from '@sentry/core' ;
6
6
import { getCurrentHub , getDynamicSamplingContextFromClient , isSentryRequestUrl } from '@sentry/core' ;
Original file line number Diff line number Diff line change 1
1
import * as http from 'http' ;
2
- import type { Transaction } from '@sentry/core' ;
2
+ import type { Transaction } from '@sentry/core' ;
3
3
import { spanToTraceHeader } from '@sentry/core' ;
4
4
import { Hub , makeMain , runWithAsyncContext } from '@sentry/core' ;
5
5
import type { fetch as FetchType } from 'undici' ;
You can’t perform that action at this time.
0 commit comments