mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Report runtime identifier to sentry
[common]
This commit is contained in:
@@ -149,6 +149,7 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
|||||||
|
|
||||||
scope.SetTag("culture", Thread.CurrentThread.CurrentCulture.Name);
|
scope.SetTag("culture", Thread.CurrentThread.CurrentCulture.Name);
|
||||||
scope.SetTag("branch", BuildInfo.Branch);
|
scope.SetTag("branch", BuildInfo.Branch);
|
||||||
|
scope.SetTag("runtime_identifier", System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user