Proxying console logs
Has anyone experimented with proxying the global
console
to e.g. capture the console logs?2 Replies
That was actually easier than I thought:
I remember in the past this not working with
new Proxy
but it does now, this opens up a lot of interesting stuff for adding instrumentation to e.g. sentry.