sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Node: Add add event loop utilization to app context

Open timfish opened this issue 1 year ago • 0 comments

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().

timfish avatar Oct 07 '24 13:10 timfish