Francesco Gringl-Novy
Francesco Gringl-Novy
ref https://github.com/embroider-build/embroider/issues/1893
You want `Sentry.captureConsoleIntegration()`, not `Sentry.consoleIntegration()` - the latter only exists for node, while captureConsole is available in browser _and_ node.
Could you verify if the steps outlined above, plus using `Sentry.captureConsoleIntegration()`, works for you now?
Any update on this? I am also experiencing this issue.
Ah, interesting, haven't found this anywhere, but makes sense I guess! However, even with that it still doesn't work. So I spent some time digging into this, and I think...
Just adding on here, this is also apparently a problem when using Sentry in the Browser - any requests made via ofetch will not be captured by the monkey-patched `fetch`...
Any chance to merge this and cut a release? This would fix some issues (e.g. https://gitlab.com/html-validate/html-validate/-/issues/157) in 7.0!
> I've been digging through lots of issues/PRs today that have been opened about this (#4717, #3954, #4519, #4691) but I'm still trying to grasp if this would actually solve...
Any thoughts about merging this? I think it would be valuable, but also happy to close otherwise...
yeah, I did try that, "sadly" it still worked locally 😅