From 1ac34f83d378c0529a3b5b259a0b8e39c56bd906 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Mon, 26 May 2025 20:35:34 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b77cfc096e..20fab62156a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Fix SDK init crash if initialized from background thread while an activiy is resumed ([#4449](https://github.com/getsentry/sentry-java/pull/4449)) +- Fix `SentryAndroid.init` crash if SDK is initialized from background thread while an `Activity` is in resumed state ([#4449](https://github.com/getsentry/sentry-java/pull/4449)) ### Dependencies From d8a04c95095c4d278438f3e80572f346891bbd07 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Tue, 27 May 2025 06:17:52 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf93d70ef1..dcb735e299a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Fix `SentryAndroid.init` crash if SDK is initialized from background thread while an `Activity` is in resumed state ([#4449](https://github.com/getsentry/sentry-java/pull/4449)) +- Fix `SentryAndroid.init` crash if SDK is initialized from a background thread while an `Activity` is in resumed state ([#4449](https://github.com/getsentry/sentry-java/pull/4449)) ### Dependencies