logo
Add the following environment variables when running Cypress with Replay Chromium to turn off diagnostics and get a true read on the runtime overhead:
  • RECORD_REPLAY_DISABLE_ASSERTS: 1
  • RECORD_REPLAY_DISABLE_SOURCEMAP_COLLECTION: 1
SHARE