mirror of
https://github.com/Readarr/Readarr
synced 2026-02-02 21:03:00 +01:00
Report runtime identifier to sentry
[common]
This commit is contained in:
parent
f6d620f969
commit
6d94136273
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue