[Recorder] Use import over require for the dependencies #7033
Labels
Client
This issue points to a problem in the data-plane of the library.
test-utils-recorder
Label for the issues related to the common recorder
In the recorder, to import some of the modules like nock or path, we depend on
require
and conditionally serve whenever needed and avoidimport
statements in order not to fail in the browsers.We can handle this better by
The text was updated successfully, but these errors were encountered: