We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f84595 commit da9dcf8Copy full SHA for da9dcf8
Catglobe.CgScript.Common/CgScriptTelemetry.cs
@@ -7,6 +7,9 @@ namespace Catglobe.CgScript.Common;
7
/// </summary>
8
public static class CgScriptTelemetry
9
{
10
+ /// <summary>
11
+ /// Name of source
12
+ /// </summary>
13
public const string TelemetrySourceName = "Catglobe.CgScript";
14
/// <summary>
15
/// ActivitySource for CgScript
0 commit comments