Cody Brouwers

Results 14 comments of Cody Brouwers

Also ran into this with `@sentry/esbuild-plugin`, Sentry replaced my entire script file with: ```js import { createRequire as _createRequire } from "module" const require = _createRequire(import.meta.url) var n = typeof...

Hey all, apologies for the error, the latest version 1.6.0 should be working for you now and I'm working on adding a preview version of the extension for more thorough...

Ah okay, sorry about that @general-adhoc, I assumed it was related to an issue we had to rollback for 1.6.0. I'll reopen this issue

This was happening to me if I navigated to a new page in Next.js and continued the same chat without stopping the original and tried to resume. This patch to...