You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ✨ add custom listeners and constants
* ✨ add responseObfuscationHandler and setRequestFilterPredicate
* ✨ add XMLHttpRequest network interceptor
* ✨ add setOnProgressForRequestHandler
* ✨ add network log support for iOS
* 🐛 fix network logging disabled in ios, duration always 0, status code nil and responseHeaders not parsed as an NSDictionary
* 🐛 fix issue with XHR undefined and handle getting json response from blob
* 📝 change duration to be measured in ms instead of s
* 📝 Move all network logging APIs to a separate NetworkLogger module
* 🐛 add missing comma causing breaking iOS build
* ✨ Enable network logging by default
* ✨ Add typescript type defs for the NetworkLogger module
* 🔥 remove ios debug logs
* Add network logging guide to the README
* 📝 change name of API
Instabug network logging is enabled by default. It intercepts any requests performed with `fetch` or `XMLHttpRequest` and attaches them to the report that will be sent to the dashboard. To disable network logs:
SEL networkLogSEL = NSSelectorFromString(@"addNetworkLogWithUrl:method:requestBody:responseBody:responseCode:requestHeaders:responseHeaders:contentType:duration:");
0 commit comments