File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- //todo: remove all logs tagged with 'Andrew' in the file
21import {
32 AppState ,
43 type AppStateStatus ,
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ export function isContentTypeNotAllowed(contentType: string) {
171171 return allowed . every ( ( type ) => ! contentType . includes ( type ) ) ;
172172}
173173
174- //todo: remove all logs tagged with 'Andrew' in the file
175174export const reportNetworkLog = ( network : NetworkData ) => {
176175 if ( Platform . OS === 'android' ) {
177176 const requestHeaders = JSON . stringify ( network . requestHeaders ) ;
@@ -214,7 +213,7 @@ export const reportNetworkLog = (network: NetworkData) => {
214213 }
215214 } else {
216215 NativeInstabug . networkLogIOS (
217- network . url + '/JS/Andrew' ,
216+ network . url ,
218217 network . method ,
219218 network . requestBody ,
220219 network . requestBodySize ,
You can’t perform that action at this time.
0 commit comments