From f33443fc821e5895639c0aa23f8f29713ab3b9c4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 16 May 2024 13:03:09 +0000 Subject: [PATCH 1/2] chore: update sentry-android-ndk/sentry-native to 0.7.2 --- CHANGELOG.md | 6 ++++++ sentry-android-ndk/sentry-native | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a4685caf..0dab858166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ - Fix faulty `span.frame_delay` calculation for early app start spans ([#3427](https://github.com/getsentry/sentry-java/pull/3427)) +### Dependencies + +- Bump Native SDK from v0.7.0 to v0.7.2 ([#3314](https://github.com/getsentry/sentry-java/pull/3314)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#072) + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.0...0.7.2) + ## 7.9.0 ### Features diff --git a/sentry-android-ndk/sentry-native b/sentry-android-ndk/sentry-native index 4ec95c0725..0f1d664759 160000 --- a/sentry-android-ndk/sentry-native +++ b/sentry-android-ndk/sentry-native @@ -1 +1 @@ -Subproject commit 4ec95c0725df5f34440db8fa8d37b4c519fce74e +Subproject commit 0f1d664759cba187a846a562f9d55f3c62dffaa3 From 7fcf164e47826b739b5ab2e2ab25ef3d77f82dc2 Mon Sep 17 00:00:00 2001 From: Stefano Date: Tue, 25 Jun 2024 10:37:33 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4802bdfec..c8850cff9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ - Properly reset metric flush flag on metric emission ([#3493](https://github.com/getsentry/sentry-java/pull/3493)) - Use SecureRandom in favor of Random for Metrics ([#3495](https://github.com/getsentry/sentry-java/pull/3495)) +### Dependencies + +- Bump Native SDK from v0.7.0 to v0.7.2 ([#3314](https://github.com/getsentry/sentry-java/pull/3314)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#072) + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.0...0.7.2) + ## 7.10.0 ### Features @@ -22,12 +28,6 @@ - Fix faulty `span.frame_delay` calculation for early app start spans ([#3427](https://github.com/getsentry/sentry-java/pull/3427)) - Fix crash when installing `ShutdownHookIntegration` and the VM is shutting down ([#3456](https://github.com/getsentry/sentry-java/pull/3456)) -### Dependencies - -- Bump Native SDK from v0.7.0 to v0.7.2 ([#3314](https://github.com/getsentry/sentry-java/pull/3314)) - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#072) - - [diff](https://github.com/getsentry/sentry-native/compare/0.7.0...0.7.2) - ## 7.9.0 ### Features