Optibus / playback-ts

Record your service operations in production and replay them locally at any time in a sandbox
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

many changes #2

Closed magidnadav closed 2 years ago

magidnadav commented 2 years ago

1) do not use classes for exceptions (use Error object instead) 2) more documentation 3) add support for intercepting async functions 4) handle the exception (do not support class exceptions) 5) add many tests