You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sentry-node-sdk): add nodeRuntimeMetricsIntegration and bunRuntimeMetricsIntegration (#84)
Documents the new runtime metrics integrations introduced in sentry-javascript
(getsentry/sentry-javascript#19923, #19979) which were missing from the skill.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: claude-sonnet-4-6 <noreply@anthropic.com>
| AI Monitoring | Load `sentry-setup-ai-monitoring` skill | OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI |
548
553
549
554
For each feature: read the reference file, follow its steps exactly, and verify before moving on.
550
555
556
+
### Runtime Metrics
557
+
558
+
Automatically collect Node.js and Bun runtime health metrics (memory, CPU utilization, event loop delay/utilization, uptime) at a configurable interval. Metrics appear in Sentry's Metrics product under the `node.runtime.*` / `bun.runtime.*` namespace.
559
+
560
+
**Node.js** — add `nodeRuntimeMetricsIntegration()` to your `instrument.js`:
0 commit comments