ApplicationInsights-dotnet icon indicating copy to clipboard operation
ApplicationInsights-dotnet copied to clipboard

global property formatted as a datetime

Open stevendarby opened this issue 5 months ago • 0 comments

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?

stevendarby avatar Feb 12 '24 14:02 stevendarby