Extend telemetry to include OS Imager is being run on

This commit is contained in:
Floris Bos 2022-02-03 11:41:23 +01:00
parent 3ac4ee7326
commit 538cf8c9dd
5 changed files with 39 additions and 7 deletions

View file

@ -14,7 +14,7 @@ class DownloadStatsTelemetry : public QThread
{
Q_OBJECT
public:
explicit DownloadStatsTelemetry(const QByteArray &url, const QByteArray &parentcategory, const QByteArray &osname, QObject *parent = nullptr);
explicit DownloadStatsTelemetry(const QByteArray &url, const QByteArray &parentcategory, const QByteArray &osname, bool embedded, const QString &imagerLang, QObject *parent = nullptr);
protected:
CURL *_c;