logtail-js icon indicating copy to clipboard operation
logtail-js copied to clipboard

automatic capture of console logging calls, e.g. `console.log`

Open aroman opened this issue 1 year ago • 1 comments

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?

aroman avatar Feb 06 '24 02:02 aroman

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.

PetrHeinz avatar Feb 06 '24 09:02 PetrHeinz