diff --git a/CMakeLists.txt b/CMakeLists.txt
index 749f8359c..3af0bd074 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,8 +79,14 @@ option(ENABLE_UI "Compile UI (turn off to compile CLI-only version)" o
option(FULLSCREEN_PLATFORM "Enable fullscreen by default" off)
option(ENABLE_CLANG_TIDY "Enable static analysis" off)
option(ENABLE_CCACHE "Use CCache to improve recompilation speed (optional)" on)
+option(ENABLE_SENTRY "Use Sentry SDK to report crashes" off)
set(CUSTOM_WEBSITE_URL "" CACHE STRING "Enable custom local webserver to check updates")
+if(ENABLE_SENTRY)
+ set(SENTRY_DIR "" CACHE STRING "Sentry native location")
+ set(SENTRY_DNS "" CACHE STRING "Sentry DNS URL")
+endif()
+
if(ENABLE_NEWS OR ENABLE_UPDATER)
set(REQUIRE_CURL ON)
else()
diff --git a/data/extensions/aseprite-theme/theme.xml b/data/extensions/aseprite-theme/theme.xml
index e7067f6e9..8e5064c6e 100644
--- a/data/extensions/aseprite-theme/theme.xml
+++ b/data/extensions/aseprite-theme/theme.xml
@@ -723,6 +723,9 @@
+