Skip to content

Commit 40bd7fe

Browse files
committed
Fixed telemetry app name
1 parent 7adceb3 commit 40bd7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoggerVisualizer/Telemetry.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void TrackException(Exception ex)
4848
Source = baseException.Source,
4949
User = WindowsIdentity.GetCurrent().Name,
5050
Hostname = Hostname(),
51-
Application = "Exception Visualizer",
51+
Application = "Logger Visualizer",
5252
ServerVariables =
5353
[
5454
new("User-Agent", $"X-ELMAHIO-APPLICATION; OS=Windows; OSVERSION={Environment.OSVersion.Version}; ENGINE=VisualStudio"),

0 commit comments

Comments
 (0)