github PostHog/posthog-ios 3.58.0

latest release: 3.58.1
4 hours ago

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 beforeSend filter via config.logs. Records are persisted to disk and survive app restarts. Manual capture only — console autocapture is not included.

Patch Changes

  • 78bb5e8: fix: synchronize SDK enabled state
  • 85afba6: Keep the SDK disabled when no project token or API key is provided.

Don't miss a new posthog-ios release

NewReleases is sending notifications on new releases.