-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update modules/sentry-native to 0.8.1
- Loading branch information
1 parent
5b2c5d4
commit cf0174a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
13 files
+7 −1 | CHANGELOG.md | |
+21 −3 | include/sentry.h | |
+1 −1 | ndk/gradle.properties | |
+3 −0 | ndk/lib/api/sentry-native-ndk.api | |
+2 −0 | ndk/lib/src/main/java/io/sentry/ndk/INativeScope.java | |
+11 −0 | ndk/lib/src/main/java/io/sentry/ndk/NativeScope.java | |
+14 −1 | ndk/lib/src/main/jni/sentry.c | |
+30 −0 | src/sentry_core.c | |
+2 −2 | tests/assertions.py | |
+1 −1 | tests/test_integration_http.py | |
+113 −0 | tests/unit/test_tracing.c | |
+4 −0 | tests/unit/tests.inc | |
+1 −1 | tests/win_utils.py |