We want to remove the [`lodash.debounce`](https://github.com/lodash/lodash/blob/4.0.8-npm-packages/lodash.debounce/index.js) dependency from Replay for a couple of reasons * Removing it brings the number of external dependencies down to 1 (rrweb) * It causes build errors with NextJS which we currently patch (#6551) * The logic can be replaced with custom code fairly easily ref #6459
We want to remove the
lodash.debouncedependency from Replay for a couple of reasonsref #6459