I have an express app with application insights switched on in the azure portal. All the requests made to the server are being logged automatically, however the default configuration does not provide the level of detail I am after - I would like the user agent of the request to be exposed in the application insights logs. I can see from this question that it is no longer available by default and I will have to do some configuration within my app.
My question is: Is it possible to make changes to the default configuration for tracking requests using the node js application insights sdk to add in custom properties (such as the user agent)?
And if so can this be a change do a default setting, or do I need to build a custom telemetry process?