updated analytics

This commit is contained in:
kay.one 2012-02-14 18:20:32 -08:00
commit 5c03c873b2
7 changed files with 45 additions and 21 deletions

View file

@ -71,10 +71,7 @@ namespace NzbDrone.Core
var deskMetricsClient = new DeskMetricsClient(Kernel.Get<ConfigProvider>().UGuid.ToString(), appId, _enviromentProvider.Version);
Kernel.Bind<IDeskMetricsClient>().ToConstant(deskMetricsClient);
if (EnviromentProvider.IsProduction)
{
Kernel.Get<AnalyticsProvider>().Checkpoint();
}
Kernel.Get<AnalyticsProvider>().Checkpoint();
}
private void InitQuality()