Sentry Performance Tracing Overview Sentry performance monitoring captures distributed traces across your application stack, measuring latency, identifying bottlenecks, and tracking Web Vitals. The v8 SDK uses a span-based API where replaces the deprecated . Auto-instrumentation covers HTTP, database queries, and framework routes out of the box. Manual spans let you measure business-critical operations. Combined with profiling ( ), you get function-level flamegraphs attached to traces. Prerequisites - Sentry SDK v8+ installed ( = 8.0.0 or = 2.0.0) - set in — performance data is not collected…