diff --git a/src/app/main.cpp b/src/app/main.cpp index 025d219d2ee..d84eae4274c 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;