[client-sync] Add provider to syncbackTask perf metric

This commit is contained in:
Halla Moore 2017-03-30 16:24:32 -07:00
parent a776e6dfb7
commit f5f5b60140

View file

@ -59,6 +59,7 @@ class SyncbackTask {
actionTimeMs: Date.now() - startTime,
maxValue: 10 * 60 * 1000,
type: this._syncbackRequest.type,
provider: this._account.provider,
})
clearTimeout(timeout)
}