refactor(rename): use "AI observability" for renamed LLM analytics product#2524
Merged
charlescook-ph merged 1 commit intoJun 9, 2026
Merged
Conversation
…oduct PostHog renamed the LLM analytics product to AI observability. This updates all user-facing references in PostHog Code to match. - Canonical product label in `POSTHOG_PRODUCTS` (drives the session product chip) - Desktop inbox signal-source labels, filter menu, signal card, and toggles header/link - Mobile inbox signal card and filter sheet labels - Billing token-spend banner copy (normalized to sentence case) and spend-analysis prompt - Docs URLs updated to /docs/ai-observability Internal identifiers (the `llm_analytics` product id, API paths, type unions, the `/instrument-llm-analytics` slash command, and generated API types) are left unchanged. Generated-By: PostHog Code Task-Id: 1a6dc0e2-db86-412a-9149-9cb4bb510d7e
Contributor
|
Reviews (1): Last reviewed commit: "refactor(rename): use "AI observability"..." | Re-trigger Greptile |
Radu-Raicea
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
PostHog renamed the LLM analytics product to AI observability. PostHog Code still showed the old name in several places in the UI, so the copy is now out of date.
Changes
Renamed all user-facing references from "LLM analytics" to "AI observability" (sentence case, matching the other product labels like "Web analytics" / "Session replay"):
POSTHOG_PRODUCTS(packages/agent/src/posthog-products.ts) — drives the session "PostHog resources used" product chip./docs/llm-analyticsto/docs/ai-observability(the session resources bar already used the new path).Internal identifiers are intentionally left unchanged: the
llm_analyticsproduct id, type unions, API paths (/api/llm_analytics/...), cloud-nav URLs, the/instrument-llm-analyticsslash command, and the auto-generated API types ingenerated.ts.How did you test this?
pnpm --filter agent typecheck— cleanposthog-products.test.ts— 59/59 passingspendAnalysisPrompt.test.ts— 21/21 passing (assertion updated to match new prompt text)git stash)Automatic notifications