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
{{ message }}
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
Capture writes was built to capture all write requests for a given org. It has proven valuable for debugging and replaying data though we need to redo a little of it to make it easier to work with.
Cap the number of captures. Reason being this could be easily abused and explode if users aren't properly managing their capture.
Currently the first thing it captures in the list is by transaction id which doesn't have much value for replaying. You'd want to list by date first. Doing this you'd know the order of operations which is important.