Forwarding logs from console.*
to Datadog
#994
Unanswered
antoinerey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Is there a way to forward all logs from
console.*
to Datadog?Currently, it seems that only
console.errors
are automatically forwarded, but I'd like to also forwardconsole.info
,console.debug
, etc. I've search the whole documentation and TypeScript sources, and couldn't find any way to achieve this.Note that this is something the Browser SDK supports out-of-the-box thanks to the
forwardErrorsToLogs
config property.Am I missing something? 🙏
Beta Was this translation helpful? Give feedback.
All reactions