diff --git a/src/blackcore/application.cpp b/src/blackcore/application.cpp index 8aa17d8e5..bb9493767 100644 --- a/src/blackcore/application.cpp +++ b/src/blackcore/application.cpp @@ -1669,9 +1669,11 @@ namespace BlackCore std::map annotations; // Backtrace annotations - annotations["token"] = "b15efd93e290be3cf5d39750cadc092b651327ff0c027b80abd75e0ee50df1da"; - annotations["format"] = "minidump"; - annotations["version"] = CBuildConfig::getVersionString().toStdString(); + annotations["token"] = "b15efd93e290be3cf5d39750cadc092b651327ff0c027b80abd75e0ee50df1da"; + annotations["format"] = "minidump"; + annotations["version"] = CBuildConfig::getVersionString().toStdString(); + annotations["platform"] = CBuildConfig::getPlatformString().toStdString(); + annotations["qtversion"] = QT_VERSION_STR; // add our logfile const QString logFilePath = m_fileLogger->getLogFilePath(); // file and path