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
2
1
import {
3
2
AppState ,
4
3
type AppStateStatus ,
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ export function isContentTypeNotAllowed(contentType: string) {
171
171
return allowed . every ( ( type ) => ! contentType . includes ( type ) ) ;
172
172
}
173
173
174
- //todo: remove all logs tagged with 'Andrew' in the file
175
174
export const reportNetworkLog = ( network : NetworkData ) => {
176
175
if ( Platform . OS === 'android' ) {
177
176
const requestHeaders = JSON . stringify ( network . requestHeaders ) ;
@@ -214,7 +213,7 @@ export const reportNetworkLog = (network: NetworkData) => {
214
213
}
215
214
} else {
216
215
NativeInstabug . networkLogIOS (
217
- network . url + '/JS/Andrew' ,
216
+ network . url ,
218
217
network . method ,
219
218
network . requestBody ,
220
219
network . requestBodySize ,
You can’t perform that action at this time.
0 commit comments