Sentry: add some extra bread-crumbs
This commit is contained in:
parent
21e6c06a0c
commit
5b08a780f6
2 changed files with 3 additions and 0 deletions
|
@ -399,6 +399,7 @@ Q_SIGNALS:
|
||||||
protected:
|
protected:
|
||||||
void run() override
|
void run() override
|
||||||
{
|
{
|
||||||
|
flightgear::addSentryBreadcrumb("AircraftScan started", "info");
|
||||||
readCache();
|
readCache();
|
||||||
|
|
||||||
// avoid filling up Sentry with many reports
|
// avoid filling up Sentry with many reports
|
||||||
|
@ -416,6 +417,7 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
writeCache();
|
writeCache();
|
||||||
|
flightgear::addSentryBreadcrumb("AircraftScan finished", "info");
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -174,6 +174,7 @@ void initNavCache()
|
||||||
updateTimer.start(); // timer won't actually run until we process events
|
updateTimer.start(); // timer won't actually run until we process events
|
||||||
rebuildProgress.exec();
|
rebuildProgress.exec();
|
||||||
updateTimer.stop();
|
updateTimer.stop();
|
||||||
|
flightgear::addSentryBreadcrumb("Launcher nav-cache rebuild complete", "info");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue