Skip to content

Commit 2a2457a

Browse files
authored
[MOB-9094] Remove Instabug Custom Http Client (#243)
* Remove Instabug Custom Http Client from package * Update CHANGELOG.md * Remove export statements of deleted files
1 parent e23f740 commit 2a2457a

6 files changed

+1
-919
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Supports starting SDK from Dart only.
55
* Fixes an issue with Android screenshots being black on release mode on SDK v10.13.0
66
* Changes the package importing style
7+
* Removes InstabugCustomHttpClient used for network logging when using the dart:io package HttpClient
78

89
## v10.13.0 (2022-03-31)
910

lib/instabug_flutter.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ export 'src/modules/replies.dart';
1616
export 'src/modules/surveys.dart';
1717

1818
// Utils
19-
export 'src/utils/http_client_logger.dart';
20-
export 'src/utils/instabug_custom_http_client.dart';
21-
export 'src/utils/instabug_custom_http_client_request.dart';
2219
export 'src/utils/instabug_navigator_observer.dart';

lib/src/utils/http_client_logger.dart

Lines changed: 0 additions & 80 deletions
This file was deleted.

lib/src/utils/instabug_custom_http_client.dart

Lines changed: 0 additions & 149 deletions
This file was deleted.

lib/src/utils/instabug_custom_http_client_request.dart

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)