Report runtime identifier to sentry

(cherry picked from commit 6d9413627388c2004c3a5dffdbe2269dadeef326)
pull/7052/head
ta264 3 years ago committed by Robin Dadswell
parent c0cbbc7ed4
commit 6fa0cdc9a8

@ -136,6 +136,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