posthog-js@1.414.0
·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
1.414.0
Minor Changes
- #4330
5bd8b83Thanks @darkopia! - Addposthog.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 intoisAvailable() === false. Lets callers that fall back to another channel record the specific cause.ConversationsUnavailableReasonis exported from the package entry points, so consumers can name the type.
(2026-08-07)