From 10c86a38806270e922f9eb94aa28556a7b56d082 Mon Sep 17 00:00:00 2001 From: Sebastian Streich Date: Mon, 19 Sep 2022 13:58:27 +0200 Subject: [PATCH] Add sentry as submodule --- .gitmodules | 3 +++ 3rdparty/sentry_native | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/sentry_native diff --git a/.gitmodules b/.gitmodules index 2888b8b15d..ff79d86448 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "3rdparty/adjust-android-sdk"] path = 3rdparty/adjust-android-sdk url = https://github.com/adjust/android_sdk +[submodule "3rdparty/sentry_native"] + path = 3rdparty/sentry_native + url = https://github.com/getsentry/sentry-native diff --git a/3rdparty/sentry_native b/3rdparty/sentry_native new file mode 160000 index 0000000000..b0fab10486 --- /dev/null +++ b/3rdparty/sentry_native @@ -0,0 +1 @@ +Subproject commit b0fab1048643e7eaa89d81c816efd2e31783c4f2