Skip to content

Commit cccaa51

Browse files
feat: exclude DEV server url from network logs
1 parent 3323b93 commit cccaa51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/NetworkLogger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { RequestHandler } from '@apollo/client';
33
import InstabugConstants from '../utils/InstabugConstants';
44
import xhr, { NetworkData, ProgressCallback } from '../utils/XhrNetworkInterceptor';
55
import { isContentTypeNotAllowed, reportNetworkLog } from '../utils/InstabugUtils';
6-
import { metroDevServerPort } from './Instabug';
76

87
export type { NetworkData };
98

0 commit comments

Comments
 (0)