Now Generally Available

Developer telemetry
that actually makes sense.

Understand how your tools are used in production. PrimVera gives engineering teams real-time analytics for CLIs, extensions, SDKs, and developer platforms — without compromising privacy.

2.4B+
Events ingested / month
99.98%
Uptime (trailing 12mo)
14ms
Median ingest latency
340+
Enterprise customers

Built for developer tools teams

Real-Time Ingest

Sub-20ms event ingestion via our global edge network. REST and gRPC endpoints with automatic batching and retry.

🔒

Privacy-First

No PII collection by default. Built-in data classification, automatic redaction, and full GDPR/SOC 2 compliance.

📈

Actionable Dashboards

Pre-built dashboards for adoption funnels, feature usage, error rates, and retention. Custom queries via SQL or our visual builder.

🔌

Drop-In SDKs

Official SDKs for VS Code extensions, JetBrains plugins, Node CLIs, Go CLIs, and Python packages. 5-minute integration.

🌐

Global Edge Network

Ingest points in 28 regions. Events are routed to the nearest edge node for minimal latency regardless of where your users are.

🛠

Extensible Pipeline

Webhooks, S3 export, BigQuery sync, and a Kafka bridge. Route your telemetry data wherever your team needs it.

VS Code Extension Telemetry

Our most popular integration. Drop in our SDK and get instant visibility into activation events, command usage, error rates, and session duration — all without writing a single dashboard query.

// package.json
{
  "dependencies": {
    "@primvera/vscode-telemetry": "^2.4.0"
  }
}

// extension.ts
import { telemetry } from '@primvera/vscode-telemetry';

telemetry.init({
  token: process.env.PrimVera_TOKEN,
  extension: 'my-extension'
});

Trusted by developer tools teams at