Skip to content

posthog-js@1.414.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:52
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
41768b8

1.414.0

Minor Changes

  • #4330 5bd8b83 Thanks @darkopia! - Add posthog.conversations.getUnavailableReason() to expose why the conversations API is unavailable (bundle blocked/failed to load, disabled in project, remote config pending/failed, still initializing, …) instead of collapsing every case into isAvailable() === false. Lets callers that fall back to another channel record the specific cause. ConversationsUnavailableReason is exported from the package entry points, so consumers can name the type.
    (2026-08-07)