Logging from Actions to Datadog

Hi,

We have a bunch of custom Actions and we are using Datadog to monitor our logs. We have the log streaming working, so we can see the Auth0 generated logs in Datadog.

Is there a way to add custom logging from Actions to the same stream? For instance forward all console.log calls to the same Datadog log stream.

Thanks,
Kai

4 Likes

Any feedback on this? We use Rules and we are interested in capturing logs generated via console.log (also info, warn, error, etc.) in Datadog.

Hi,

There is an extension that you can use to see the console.logs and it’s called Real-Time Webtask Logs. You can install it on the Extensions tab in the Auth0 Dashboard. To get the logs to Datadog, we just used their libs to do that…

Hope this helps.

Kai

Would also be interested in this. Real-Time Webtask logs is better than nothing, but it’s not related to datadog at all.