We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adceb3 commit 40bd7feCopy full SHA for 40bd7fe
src/LoggerVisualizer/Telemetry.cs
@@ -48,7 +48,7 @@ public static void TrackException(Exception ex)
48
Source = baseException.Source,
49
User = WindowsIdentity.GetCurrent().Name,
50
Hostname = Hostname(),
51
- Application = "Exception Visualizer",
+ Application = "Logger Visualizer",
52
ServerVariables =
53
[
54
new("User-Agent", $"X-ELMAHIO-APPLICATION; OS=Windows; OSVERSION={Environment.OSVersion.Version}; ENGINE=VisualStudio"),
0 commit comments