Skip to content

Commit

Permalink
Merge branch 'main' into dev/jela/dotnet-cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Dec 27, 2024
2 parents ee3a6b8 + d8b8ab9 commit 8a63a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnoCheck/Telemetry/TelemetryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void Init()
{
try
{
_telemetry = new Telemetry(InstrumentationKey, "uno-check", GetType().Assembly);
_telemetry = new Telemetry(InstrumentationKey, "uno-check", typeof(TelemetryClient).Assembly);
}
catch (Exception e)
{
Expand Down

0 comments on commit 8a63a1f

Please sign in to comment.