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.
Sub-20ms event ingestion via our global edge network. REST and gRPC endpoints with automatic batching and retry.
No PII collection by default. Built-in data classification, automatic redaction, and full GDPR/SOC 2 compliance.
Pre-built dashboards for adoption funnels, feature usage, error rates, and retention. Custom queries via SQL or our visual builder.
Official SDKs for VS Code extensions, JetBrains plugins, Node CLIs, Go CLIs, and Python packages. 5-minute integration.
Ingest points in 28 regions. Events are routed to the nearest edge node for minimal latency regardless of where your users are.
Webhooks, S3 export, BigQuery sync, and a Kafka bridge. Route your telemetry data wherever your team needs it.
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'
});