Report runtime identifier to sentry

[common]
This commit is contained in:
ta264
2022-02-20 13:32:21 +00:00
parent f6d620f969
commit 6d94136273

View File

@@ -149,6 +149,7 @@ public void InitializeScope()
scope.SetTag("culture", Thread.CurrentThread.CurrentCulture.Name);
scope.SetTag("branch", BuildInfo.Branch);
scope.SetTag("runtime_identifier", System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier);
});
}