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
This library now supports custom debug interceptors and request/response observers to help with debugging network requests in development builds. These features are only active in DEBUG builds for security reasons.
197
+
198
+
### Summary of Recent Enhancements
199
+
200
+
**Latest Updates (June 2025):**
201
+
1.**Android Custom Debug Interceptor Support** - Added ability to inject custom OkHttp interceptors for debugging network traffic
202
+
2.**Android Debug Interceptor Refactoring** - Improved code organization by extracting interceptor logic into a dedicated method
203
+
3.**iOS Request/Response Observers** - Added observer methods to monitor network requests and responses on iOS for debugging purposes
204
+
205
+
### Android Debug Interceptor
206
+
207
+
Add custom debug interceptors to monitor and modify HTTP requests/responses in Android:
0 commit comments