Developer Reference
TypeScript-first analytics.
Strict typing for all telemetry events, custom parameters, error clusters, and Web Vitals metrics.
Key Architecture & Capabilities
Engineered for high performance, zero data leaks, and developer simplicity.
01
Strict Type Definitions
Full TypeScript interfaces for AnalyticsEvent, DailyMetricRecord, and Project.
Production Verified
02
Autocomplete Safety
Catch misspelled event names and incorrect parameter types at compile time.
Production Verified
03
Zero Any Types
Clean type signatures across the entire SDK and API client library.
Production Verified
04
Exported Schemas
Easily reuse Tracabit types in your own backend services and pipelines.
Production Verified
Tracabit vs Legacy Competitors
How our zero-cookie architecture compares against traditional platforms.
| Capability | Tracabit | Google Analytics 4 | Sentry / Datadog |
|---|---|---|---|
| Client Script Overhead | < 1.8 KB | 48.2 KB | 64.0 KB+ |
| Cookie Banner Obligation | 100% Exempt (0 Cookies) | Mandatory Consent Banner | Depends on Session Cookies |
| Inference-Free Model Protocol (MCP) | Native Sub-15ms Tools | Not Supported | Proprietary REST only |
| Cost Per 1,000,000 Events | $12.00 | Data monetization model | $350.00+ |
Implementation Example
Drop-in code sample with strict TypeScript definitions.
types.ts
export interface AnalyticsEvent {
projectId: string;
event: string;
url: string;
referrer?: string;
sessionId?: string;
params?: Record<string, string | number | boolean>;
timestamp?: number;
}Ready to upgrade your telemetry?
Get started with 100,000 free events every month. Zero cookies, sub-2KB client overhead, and instant setup.