microsoft / ApplicationInsights-dotnet

ApplicationInsights-dotnet
MIT License
565 stars 287 forks source link

global property formatted as a datetime #2846

Open stevendarby opened 9 months ago

stevendarby commented 9 months ago

I am adding the requested API version to the global properties via a telemetry initializer. The API version is a string in a date format e.g. 2024-02-12. When viewing this in the application insights UI, it is formatted as a full datetime, e.g. 2024-02-12T00:00:00.0000000Z. Is there a way to stop it doing this?