Feat/websocket debugger support#3
Merged
Merged
Conversation
- Add WebSocketLogger for intercepting and logging WebSocket connections - Add DebuggerOverlay with HTTP and WebSocket tabs in a unified modal - Create WebSocketLogItem component for displaying connection details and messages - Reorganize source into features/, helpers/, icons/, and components/common/ - Add WebSocket color theming and state indicators - Update example app with bottom tabs for testing HTTP and WebSocket requests - Add WebSocketScreen for testing WebSocket connections in example app
- Add WebSocket debugging features to features list - Document DebuggerOverlay component with HTTP + WebSocket support - Add WebSocket logger configuration and methods - Add WebSocketLog and WebSocketMessage type definitions - Add WebSocketLoggerConfig options table - Add troubleshooting section for WebSocket issues - Update quick setup examples with WebSocket integration
- Remove NetworkLoggerOverlay, consolidate into DebuggerOverlay - Add enableWebSocket prop (default: false) to control WebSocket tab visibility - Add isSetup() method to both networkLogger and webSocketLogger - Add DebuggerSetupError with helpful error messages when: - networkLogger.setupInterceptor() not called - enableWebSocket=true but webSocketLogger not provided - enableWebSocket=true but webSocketLogger.setupInterceptor() not called - enableDeviceShake=true but react-native-shake not installed - Update README with new API documentation - Update example app to use enableWebSocket prop
…kward compatibility - Renamed component from DebuggerOverlay to NetworkLoggerOverlay - Renamed interface from DebuggerOverlayProps to NetworkLoggerOverlayProps - Renamed error class from DebuggerSetupError to NetworkLoggerSetupError - Updated README to reflect component name change - Updated example app import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.