mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Ensure telemetry report is sent on extensions start (#1753)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
3b65019dcb
commit
1e76e8c06c
@ -74,6 +74,7 @@ export class Tracker extends Util.Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reportPeriodically() {
|
reportPeriodically() {
|
||||||
|
this.reportData();
|
||||||
this.reportInterval = setInterval(() => {
|
this.reportInterval = setInterval(() => {
|
||||||
this.reportData();
|
this.reportData();
|
||||||
}, 60 * 60 * 1000); // report every 1h
|
}, 60 * 60 * 1000); // report every 1h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user