Refactor withTimeout function for improved clarity and efficiency; en… - #6
Merged
Conversation
…hance comments for better understanding of async-local store context
- Introduced SocketMeta interface to capture metadata for socket.io events. - Updated RequestProfile and RequestSummary interfaces to accommodate socket events. - Enhanced HTML rendering for socket events in the detail and list views. - Implemented automatic socket tracking via SocketGatewayTracker. - Created decorators for explicit socket event tracking. - Added tests to ensure socket event capture functionality. - Developed a demo WebSocket gateway to showcase the new features.
- Introduce LogCaptureService to capture console logs during request processing. - Implement logging in the DebugContextService to record logs in the active profile. - Update render-detail and render-list to display logs in the UI. - Add tests for log capturing and ensure proper functionality in various scenarios. - Modify existing tests to accommodate new log capturing features.
rakibulislam8226
force-pushed
the
pre-master
branch
from
July 21, 2026 09:39
e01c8e9 to
3ccbead
Compare
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.
…hance comments for better understanding of async-local store context
What does this PR do?
Related issue
Type of change
Checklist
npm testpassesnpm run buildpassessrc/feat:/fix:prefixes, noCo-Authored-By)