mirror of
https://github.com/Radarr/Radarr
synced 2026-02-28 01:22:02 +01:00
Report runtime identifier to sentry
(cherry picked from commit 6d9413627388c2004c3a5dffdbe2269dadeef326)
This commit is contained in:
parent
c0cbbc7ed4
commit
6fa0cdc9a8
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue