diff --git a/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx b/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx
index e87a1fc8b3c9d..34cad0e5dc31a 100644
--- a/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx
+++ b/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx
@@ -21,9 +21,12 @@ export const WebAnalyticsHealthCheck = (): JSX.Element | null => {
or $pageleave{' '}
>
) : null}
- events have been received, please read{' '}
- the documentation and
- fix this before using Web Analytics.
+ events have been received. Web analytics won't work correctly (it'll be a little empty!)
+
+
+ Please see{' '}
+ documentation for how to set up posthog-js
+ .
No $pageleave events have been received, this means that Bounce rate and Session
- Duration might be inaccurate. Please read{' '}
- the documentation and
- fix this before using Web Analytics.
+ duration might be inaccurate.
+
+
+ Please see{' '}
+ documentation for how to set up posthog-js
+ .