getsentry / getsentry/sentry-javascript
Node: Add add event loop utilization to app context
Open
Improvement
Metrics
Node.js
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### Problem Statement
We already track memory usage and other context info to help show the state of the app. Event loop utilization could be a helpful metric?
### Solution Brainstorm
We can get event loop utilization via `performance.eventLoopUtilization()`.
Contributor guide
Assessment
This issue has not been assessed yet.