next.js icon indicating copy to clipboard operation
next.js copied to clipboard

feat: dedupe consecutive captured console errors

Open huozhi opened this issue 4 months ago • 3 comments

What

We've introduced the capturing of console.error output as errors in #71424 , there's a known issue that a lot of console for instance the log in strict mode will be caputred twice. This PR improves that situation a little bit to avoid the two consecutive errors being both captured, only one is enough.

huozhi avatar Oct 18 '24 14:10 huozhi