Skip to content

Commit

Permalink
upgrade sentry to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 2, 2023
1 parent 0c246f4 commit 4fe93df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ set(zc_gcc_errors
)

if(WANT_SENTRY)
set(SENTRY_VERSION 0.6.0)
set(SENTRY_VERSION 0.6.3)
set(SENTRY_BACKEND crashpad)
set(SENTRY_BUILD_SHARED_LIBS OFF)
FetchContent_Declare(sentry URL https://github.com/getsentry/sentry-native/releases/download/${SENTRY_VERSION}/sentry-native.zip)
Expand Down

0 comments on commit 4fe93df

Please sign in to comment.