Skip to content

Commit

Permalink
docs: Remove reference to sidebar dropdown
Browse files Browse the repository at this point in the history
This was removed in PostHog/posthog#28010, so let's remove from the docs
  • Loading branch information
rafaeelaudibert committed Jan 29, 2025
1 parent dd0a6c1 commit 541163b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions contents/docs/web-analytics/web-vitals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ availability:

import { ProductScreenshot } from 'components/ProductScreenshot'

PostHog can automatically capture [web vitals](https://web.dev/explore/learn-core-web-vitals) like largest contentful paint, first input delay, cumulative layout shift, and first contentful paint. This means you don't need to manually add web vitals logging. You can also see them in the [web vitals dashboard](https://app.posthog.com/web/web-vitals). <span className="text-xs font-semibold text-opacity-60 bg-yellow px-1 py-0.5 rounded-sm uppercase text-primary">Beta</span>.
PostHog can automatically capture [web vitals](https://web.dev/explore/learn-core-web-vitals) like largest contentful paint,
first input delay, cumulative layout shift, and first contentful paint.
This means you don't need to manually add web vitals logging.
You can also see them in the [web vitals dashboard](https://app.posthog.com/web/web-vitals) <span className="text-xs font-semibold text-opacity-60 bg-yellow px-1 py-0.5 rounded-sm uppercase text-primary">Beta</span>.

## What are Web vitals?

Expand Down Expand Up @@ -57,13 +60,11 @@ To improve CLS, always include width and height attributes on images and video e



## Web vitals dashboard <span className="absolute top-1/2 -translate-y-1/2 text-xs font-semibold text-opacity-60 bg-yellow px-1 py-0.5 rounded-sm uppercase text-primary">Beta</span>
## Web vitals dashboard <span className="absolute top-1/2 -translate-y-1/2 text-xs font-semibold text-opacity-60 bg-yellow px-1 py-0.5 ml-2 rounded-sm uppercase text-primary">Beta</span>

> **Note:** Web vitals is currently in open beta. You can enable it by toggling it on in the [Feature Previews panel](https://app.posthog.com#panel=feature-previews). You'll need to refresh your browser to see it in the sidebar.
You can access web vitals in PostHog's sidebar by clicking on the dropdown to the right of web analytics.

Alternatively, if you're inside web analytics, you can also toggle to the web vitals view by clicking the toggle in the top left.
You can access web vitals in PostHog by opening **Web Analytics** and clicking the **Web Vitals** tab at the top left.

The dashboard provides you with a summary of your web vitals and allows you to drill down into the data.

Expand Down

0 comments on commit 541163b

Please sign in to comment.