@chirag127/oriz-analytics
v0.1.0
Published
Single wrapper around Cloudflare Web Analytics + GA4 + Microsoft Clarity + Sentry. One init() call, four backends, zero PII.
Maintainers
Readme
@chirag127/oriz-analytics
Single wrapper around Cloudflare Web Analytics + GA4 + Microsoft Clarity + Sentry. One init() call, four backends, zero PII.
Install
pnpm add @chirag127/oriz-analyticsStatus
v0.1.0 is a slug-reservation stub. Real implementation lands when oriz apps consume it.
Planned API
init({ cloudflare, ga4, clarity, sentry })— one call, four backends; each provider is optional.track(event, props)— fan-out to every configured backend with PII stripping.identify(userId)— hashed before being forwarded; never raw.- Server-side GA4 Measurement Protocol for cookieless tracking.
- Built-in
Do Not Trackand GPC respect; no-ops when consent is denied.
License
MIT (c) 2026 Chirag Singhal
