mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
deskmetrics doesn't report during dev.
This commit is contained in:
parent
05df752cc8
commit
90e5e8eef3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public virtual void Checkpoint()
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//Don't report anything unless working from master branch.
|
//Don't report anything unless working from master branch.
|
||||||
if (!IsOnMasterBranch())
|
if (!IsOnMasterBranch() || !EnviromentProvider.IsProduction)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (EnviromentProvider.IsNewInstall)
|
if (EnviromentProvider.IsNewInstall)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue