JavaScript console object provides many ways to output messages to a browser console:
console.log
console.error
console.warn
console.info
console.trace
By default Application Insights does not send console messages as telemetry to Azure Portal (Sending telemetry to the Azure portal) so my question is: What are the ways to capture console messages as telemetry in Application Insights?
Thank you