logtail-js
logtail-js copied to clipboard
automatic capture of console logging calls, e.g. `console.log`
this is relatively straightforward to do in the browser; is this something that would be considered by the library, or that something we (as package users) would need to build on top ourselves?
Hello @aroman, thanks for the suggestion 🙌 This is something we've been already planning to implement, unfortunately can't provide any ETA yet. We're planning on capturing all console.*
calls (with the ability to disable this behavior) out-of-the-box.