mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-10 09:57:20 +00: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("branch", BuildInfo.Branch);
|
||||
scope.SetTag("runtime_identifier", System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user