-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Why
Users should be able to record all traffic for under a specific session key, then pick a session recording at a later point.
What
- Build a server api to handle
sessionrecording (start/stop) and playback (start/stop) - Build in UI support to call these APIs
Difference in behavior for a session vs basic jambox functionality:
- A
sessionshould only record requests when prompted, no recording of requests during playback of any kind - A
sessionshould record all requests as unique entities, recorded chronologically. Should perform no hashing/de-duplication. It's possible this may be configurable in the future.
Consider calling session a tape to match the theme of a jambox being another name for a boombox.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels