mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
Help trace worker crash in Kusto. (#450)
* Help trace worker crash in Kusto. * more * feedback.
This commit is contained in:
@@ -137,6 +137,9 @@ namespace GitHub.Runner.Common
|
||||
public const int RunnerUpdating = 3;
|
||||
public const int RunOnceRunnerUpdating = 4;
|
||||
}
|
||||
|
||||
public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry";
|
||||
public static readonly string WorkerCrash = "WORKER_CRASH";
|
||||
}
|
||||
|
||||
public static class RunnerEvent
|
||||
|
||||
Reference in New Issue
Block a user