Takaro - v0.6.0
    Preparing search index...

    Variable nodeRuntimeMetricsIntegrationConst

    nodeRuntimeMetricsIntegration: (
        options?: NodeRuntimeMetricsOptions,
    ) => Integration

    Automatically collects Node.js runtime metrics and emits them to Sentry.

    Type Declaration

    Sentry.init({
    integrations: [
    Sentry.nodeRuntimeMetricsIntegration(),
    ],
    });