Report runtime identifier to sentry

[common]
pull/1539/head v0.1.0.1248
ta264 2 years ago
parent f6d620f969
commit 6d94136273

@ -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);
});
}

Loading…
Cancel
Save