Using this library I'm sending information from the client side of my OutSystems application to AppInsights. Calling the "Init" and "SetAuthenticatedUserContext" client actions from the OnApplicationReady of my UI module.
Can I also send information from the server side?
I think this library doesn't support it, if so, could you help me with an alternative?
Hi @María González Martínez
Yes, you can send server-side information to Application Insights, but this specific library you mentioned may not support that functionality. To enable server-side logging and monitoring with Application Insights, you can use the built-in Application Insights SDK that is compatible with .NET and integrate it into your OutSystems server-side code.
If the AppInsights (O11) library does not support server-side logging, consider setting up custom telemetry directly in your server-side logic by integrating the Application Insights SDK in the OutSystems backend. Alternatively, you can also look into creating REST or SOAP API calls that push server-side metrics or logs to Application Insights.
Hope this helps!
Regards,
Abhinav