Jared Pochtar
Jared Pochtar
Does running `Sentry.init()` in content scripts which are in an "isolated" world (https://developer.chrome.com/docs/extensions/reference/api/scripting#type-ExecutionWorld) also cause issues? Or is it only a problem in the "main" world? I understand of course...
@shadcn how do I request review?
@shadcn yep yep, sorry I didn't get a notification about this ``` . ├── package.json ├── node_modules ├── bun.lockb ├── bunfig.toml ├── server (the nextjs pages-router app) │ ├── next.config.js...