mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-19 17:53:05 -04:00
Report runtime identifier to sentry
[common]
This commit is contained in:
1 parent
f6d620f969
commit
6d94136273
1 file changed
+1
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user