Dashboardsentryspans dataset inflates transaction metr…

spans dataset inflates transaction metrics by 100-700x (child ops counted as roots)

Category: gotcha
Confidence: 1.00
ID: 019e078f-da9d-7704-b1e0-87eccb528e40
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Cross-Project Recalls

ProjectHitsLast recalled
opencode 1 9d ago

Content

Spans dataset inflates transaction metrics (child ops counted as roots): Spans dataset includes all child ops (db, cache.get, http.client, etc.) within each root transaction — naive count() is inflated 100-700x. transactions dataset deprecated May 2026 (is_transaction:true returns 0). Workaround: use widgetType:spans with explicit root transaction filter or error-events widgetType. Real Stripe Projects traffic: 33 transactions in 14d.

Move to: