Checking AuraScope Analytics
Use the checks in your stack or component guide first. They match the part you installed; this page explains the shared browser and onboarding checks.
Browser measurement
- Open a page with browser developer tools on the Network tab.
- Confirm
t.jsloads with200. - Confirm the beacon request is
/px/eand its response is 204. The browser never sees202on this path. - Navigate to another pathname and expect one more
/px/erequest. A query-string or in-page-anchor-only change does not make a new pageview.
The browser can receive 204 even if a relay is misconfigured, because measurement is
fail-open. After these checks, ask us to confirm that your test pageviews were durably
stored. There is no self-serve confirmation surface yet.
Forwarders
Forwarder guides name their local signal: a queue draining, a healthy metrics snapshot,
or worker logs. A buffered forwarder can receive 202 only for its own shipment;
that is distinct from the browser beacon above. We confirm durable receipt during
onboarding.