This .NET extension and service action wrapper facilitate logging into Azure Monitor Application Insights from OutSystems. It configures a TelemetryClient using a connection string, logs messages with various severity levels, and handles errors. This integration allows for seamless real-time monitoring and performance tracking within OutSystems applications.
In order to log messages to Azure Monitor Application Insights, simply use the LogToAzureInsights service action provided by the wrapper. This approach is recommended to minimize the impact of component updates.