From 2f67df97c400e60e3a2c41c9fd89d8eb19cc83ee Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 29 May 2024 09:42:50 +0200 Subject: [PATCH 1/2] chore: change host to new address --- CHANGELOG.md | 2 ++ PostHog/PostHogConfig.swift | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0f23fb99..6198e809da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Next +- chore: change host to new address ([#133](https://github.com/PostHog/posthog-ios/pull/133)) + ## 3.4.0 - 2024-05-23 - allow anonymous id generation to be configurable ([#133](https://github.com/PostHog/posthog-ios/pull/133)) diff --git a/PostHog/PostHogConfig.swift b/PostHog/PostHogConfig.swift index e54df3ed18..b05e715f44 100644 --- a/PostHog/PostHogConfig.swift +++ b/PostHog/PostHogConfig.swift @@ -30,7 +30,8 @@ import Foundation /// Internal var snapshotEndpoint: String = "/s/" - public static let defaultHost: String = "https://app.posthog.com" + /// or EU Host: 'https://eu.i.posthog.com' + public static let defaultHost: String = "https://us.i.posthog.com" #if os(iOS) /// Enable Recording of Session Replays for iOS From 201ebe2ae87a8f6c8c37089316c4e46498803de8 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 29 May 2024 09:43:26 +0200 Subject: [PATCH 2/2] pr id --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6198e809da..0867571fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Next -- chore: change host to new address ([#133](https://github.com/PostHog/posthog-ios/pull/133)) +- chore: change host to new address ([#139](https://github.com/PostHog/posthog-ios/pull/139)) ## 3.4.0 - 2024-05-23