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.
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…