File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
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
4
5
5
6
## v11.0.0 (2022-07-20)
6
7
Original file line number Diff line number Diff line change @@ -773,8 +773,6 @@ + (void)setShakingThresholdForiPad:(NSNumber *)iPadShakingThreshold {
773
773
* @param networkData the NSDictionary containing all HTTP connection properties
774
774
*/
775
775
+ (void )networkLog : (NSDictionary *) networkData {
776
- [IBGLog clearAllLogs ];
777
-
778
776
NSString * url = networkData[@" url" ];
779
777
NSString * method = networkData[@" method" ];
780
778
NSString * requestBody = networkData[@" requestBody" ];
You can’t perform that action at this time.
0 commit comments