Minor Changes
-
7e9bf5f: Add a logs feature for shipping structured log records from iOS, macOS, tvOS, watchOS, and visionOS apps:
PostHogSDK.shared.captureLog("hello", level: .info, attributes: ["k": "v"]) PostHogSDK.shared.logger?.info("ready") PostHogSDK.shared.flush()
Configure batching, rate limiting, service metadata, and a
beforeSendfilter viaconfig.logs. Records are persisted to disk and survive app restarts. Manual capture only — console autocapture is not included.