Update to the latest version of Sentry Native to fix build issues. (#22159)
Austin S. Hemmelgarn committed
Apr 7, 2026 at 13:49 UTC
9c6b5be5368d4f0f91218b4d7342821a71dc122a
1 file changed
+2
-2
packaging/cmake/Modules/NetdataSentry.cmake
+2
-2
@@ -14,14 +14,14 @@ function(netdata_bundle_sentry)
14
# ignore debhelper
15
set(FETCHCONTENT_FULLY_DISCONNECTED Off)
16
17
- set(SENTRY_VERSION 0.6.6)
17
+ set(SENTRY_VERSION 0.13.5)
18
set(SENTRY_BACKEND "breakpad")
19
set(SENTRY_BUILD_SHARED_LIBS OFF)
20
21
FetchContent_Declare(
22
sentry
23
GIT_REPOSITORY https://github.com/getsentry/sentry-native.git
24
- GIT_TAG c97bcc63fa89ae557cef9c9b6e3acb11a72ff97d # v0.6.6
24
+ GIT_TAG 6ebd29bd9742fd2f93b6770b5023e31a8efbc10e # v0.13.5
25
CMAKE_ARGS ${NETDATA_CMAKE_PROPAGATE_TOOLCHAIN_ARGS}
26
)
27
FetchContent_MakeAvailable(sentry)