summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-01-18 19:43:51 +0200
committervkalintiris <vasilis@netdata.cloud>2024-01-18 19:43:51 +0200
commit05a72658b58d1db844f27cffcf82ce638d4cb46b (patch)
tree7c2cca5cdf3732bd4bbfc4213fb5d1e60ae00f98
parente24cb975e8f0aabf309af6423859f219b6ae11c8 (diff)
Use breakpad backend
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e26af03e14..b59796f82c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,7 +62,7 @@ include(FetchContent)
set(FETCHCONTENT_FULLY_DISCONNECTED Off)
set(SENTRY_VERSION 0.6.6)
-set(SENTRY_BACKEND crashpad)
+set(SENTRY_BACKEND "breakpad")
set(SENTRY_BUILD_SHARED_LIBS OFF)
FetchContent_Declare(sentry URL https://github.com/getsentry/sentry-native/releases/download/${SENTRY_VERSION}/sentry-native.zip)
FetchContent_MakeAvailable(sentry)