From ec3502793879b11bb0678544c81e68f1b42c9b86 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 29 May 2024 09:15:20 +0200 Subject: [PATCH 1/3] chore: change host to new address --- CHANGELOG.md | 2 ++ README.md | 9 ++++++--- example/android/app/src/main/AndroidManifest.xml | 2 +- example/ios/Runner/Info.plist | 2 +- example/macos/Runner/Info.plist | 2 +- example/web/index.html | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54f99f..8446249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +- chore: change host to new address ([#105](https://github.com/PostHog/posthog-flutter/pull/105)) + ## 4.5.0 - add PrivacyInfo for macOS ([#105](https://github.com/PostHog/posthog-flutter/pull/105)) diff --git a/README.md b/README.md index 03630dc..6c4d02f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ Remember that the application lifecycle events won't have any special context se [...] - + + @@ -109,7 +110,8 @@ Remember that the application lifecycle events won't have any special context se com.posthog.posthog.API_KEY YOUR_API_KEY_GOES_HERE com.posthog.posthog.POSTHOG_HOST - https://app.posthog.com + + https://us.i.posthog.com com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS com.posthog.posthog.DEBUG @@ -128,7 +130,8 @@ Remember that the application lifecycle events won't have any special context se ... diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index b6a9954..649438f 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -39,7 +39,7 @@ android:value="_6SG-F7I1vCuZ-HdJL3VZQqjBlaSb1_20hDPwqMNnGI" /> + android:value="https://us.i.posthog.com" /> diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index d4438bb..97940ec 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -42,7 +42,7 @@ UIInterfaceOrientationLandscapeRight com.posthog.posthog.POSTHOG_HOST - https://app.posthog.com + https://us.i.posthog.com com.posthog.posthog.API_KEY _6SG-F7I1vCuZ-HdJL3VZQqjBlaSb1_20hDPwqMNnGI com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS diff --git a/example/macos/Runner/Info.plist b/example/macos/Runner/Info.plist index 50d7c52..dc2d6f0 100644 --- a/example/macos/Runner/Info.plist +++ b/example/macos/Runner/Info.plist @@ -30,7 +30,7 @@ NSApplication com.posthog.posthog.POSTHOG_HOST - https://app.posthog.com + https://us.i.posthog.com com.posthog.posthog.API_KEY _6SG-F7I1vCuZ-HdJL3VZQqjBlaSb1_20hDPwqMNnGI com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS diff --git a/example/web/index.html b/example/web/index.html index d233ae6..fb68461 100644 --- a/example/web/index.html +++ b/example/web/index.html @@ -41,7 +41,7 @@ From 3ba9a012baa6a3131604c037b7c1e05c3139150e Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 29 May 2024 09:15:54 +0200 Subject: [PATCH 2/3] pr id --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8446249..e5e398b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Next -- chore: change host to new address ([#105](https://github.com/PostHog/posthog-flutter/pull/105)) +- chore: change host to new address ([#106](https://github.com/PostHog/posthog-flutter/pull/106)) ## 4.5.0 From ca48d609c34c5f3fbbc1cf411762e86f92b20a6a Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 29 May 2024 09:16:38 +0200 Subject: [PATCH 3/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4d02f..c4e71c4 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Remember that the application lifecycle events won't have any special context se com.posthog.posthog.API_KEY YOUR_API_KEY_GOES_HERE com.posthog.posthog.POSTHOG_HOST - + https://us.i.posthog.com com.posthog.posthog.CAPTURE_APPLICATION_LIFECYCLE_EVENTS