Skip to content

Support remote recording#58

Merged
dividedmind merged 4 commits intomainfrom
feat/remote-recording
Dec 18, 2023
Merged

Support remote recording#58
dividedmind merged 4 commits intomainfrom
feat/remote-recording

Conversation

@dividedmind
Copy link
Copy Markdown
Collaborator

Fixes #42

Also, make sure to always use 127.0.0.1 instead of localhost
to avoid IPv6 vs IPv4 ambiguity.
This makes it possible to remove request tracking: handleRequest
should now only get called once per request. Also, change from
adding an event listener to proxying `emit` to capture requests;
this is more transparent to client code and will enable remote
recoding in the future.
@dividedmind dividedmind force-pushed the feat/remote-recording branch from d2a20e1 to aea1d5b Compare December 18, 2023 11:42
@dividedmind dividedmind merged commit 2e5bea7 into main Dec 18, 2023
@appland-release
Copy link
Copy Markdown

🎉 This PR is included in version 2.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dividedmind dividedmind deleted the feat/remote-recording branch December 18, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Remote Recording

3 participants