Skip to content

Commit 6daab40

Browse files
TheBuggedYRNAli Abdelfattah
andauthored
[MOB-9938] Fix Network Logging on iOS (#259)
* Fix Network Logging on iOS * Update CHANGELOG.md Co-authored-by: Ali Abdelfattah <[email protected]> Co-authored-by: Ali Abdelfattah <[email protected]>
1 parent 6853a20 commit 6daab40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

3-
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none.
3+
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
4+
* Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
45

56
## v11.0.0 (2022-07-20)
67

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@ + (void)setShakingThresholdForiPad:(NSNumber *)iPadShakingThreshold {
773773
* @param networkData the NSDictionary containing all HTTP connection properties
774774
*/
775775
+ (void)networkLog:(NSDictionary *) networkData {
776-
[IBGLog clearAllLogs];
777-
778776
NSString* url = networkData[@"url"];
779777
NSString* method = networkData[@"method"];
780778
NSString* requestBody = networkData[@"requestBody"];

0 commit comments

Comments
 (0)