Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/6577b0a721ceb19be1e2adf6316d8bbb32bfee0a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Don't include null in sentry fingerprint if even has no exception

pull/4/head
Keivan Beigi 8 years ago
parent bcd67dee5e
commit 6577b0a721

@ -78,7 +78,6 @@ namespace NzbDrone.Common.Instrumentation.Sentry
{
logEvent.Level.ToString(),
logEvent.LoggerName,
logEvent.Message,
logEvent.Exception?.GetType().ToString()
}
};

Loading…
Cancel
Save