From 37138ec7340d3a293ba19b33e73e19aa23641298 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Mon, 25 Mar 2024 10:16:21 +0100 Subject: [PATCH] add changed section --- posthog-react-native/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posthog-react-native/CHANGELOG.md b/posthog-react-native/CHANGELOG.md index f1e877fc..96d30737 100644 --- a/posthog-react-native/CHANGELOG.md +++ b/posthog-react-native/CHANGELOG.md @@ -1,5 +1,7 @@ # Next +## Changed + 1. If `captureNativeAppLifecycleEvents` is enabled, the event `Application Opened` with the property `from_background: true` is moved to its own event called `Application Became Active`. This event is triggered when the app is opened from the background. The `Application Opened` event is now only triggered when the app is opened from a cold start, aligning with the other integrations such as the `PostHogProvider` with the `captureLifecycleEvents` option and `initReactNativeNavigation` with the `captureLifecycleEvents` option. # 3.0.0 - 2024-03-18