Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This integration only works in the Bun runtime.

</Alert>

<AvailableSince version="10.47.0" />

_Import name: `Sentry.bunRuntimeMetricsIntegration`_

The `bunRuntimeMetricsIntegration` periodically collects Bun runtime health metrics and sends them to Sentry. Metrics include memory usage, CPU utilization, event loop utilization, and process uptime.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ This integration only works in the Node.js runtime.

</Alert>

<AvailableSince version="10.46.0" />

_Import name: `Sentry.nodeRuntimeMetricsIntegration`_

The `nodeRuntimeMetricsIntegration` periodically collects Node.js runtime health metrics and sends them to Sentry. Metrics include memory usage, CPU utilization, event loop delay, and process uptime.
Expand Down
Loading