diff --git a/src/app/main.cpp b/src/app/main.cpp index d1cfc7136a8..d338c14c01a 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -466,6 +466,9 @@ bool startCrashpad(const QString &libexecPath, bool crashReportingEnabled) std::map annotations; annotations["app-version"] = Core::Constants::IDE_VERSION_DISPLAY; annotations["qt-version"] = QT_VERSION_STR; +#ifdef IDE_REVISION + annotations["sha1"] = Core::Constants::IDE_REVISION_STR; +#endif // Optional arguments to pass to the handler std::vector arguments;