Skip to content

@sentry/profiling-node 8.55.1 regression on Alpine ARM64/Node 24: missing ABI 137 binary and no install-time source-build fallback #20501

@RayanMoarkech

Description

@RayanMoarkech

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/node

SDK Version

8.55.1

Framework Version

No response

Link to Sentry event

No response

Reproduction Example/SDK Setup

Runtime:

  • Docker image: node:24-alpine3.23
  • Architecture: linux/arm64
  • @sentry/node: 8.55.1
  • @sentry/profiling-node: 8.55.1

Sentry setup:

import * as Sentry from '@sentry/node';
import { nodeProfilingIntegration } from '@sentry/profiling-node';

Sentry.init({
  dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0',
  integrations: [nodeProfilingIntegration()],
  tracesSampleRate: 1.0,
  profilesSampleRate: 1.0,
});

The same setup works for me with:

  • @sentry/node@8.55.0
  • @sentry/profiling-node@8.55.0

but fails after updating both packages to 8.55.1

Steps to Reproduce

  1. Start from a clean Alpine ARM64 Node 24 container, for example node:24-alpine3.23.
  2. Create a minimal project and install:
    • @sentry/node@8.55.1
    • @sentry/profiling-node@8.55.1
  3. Create a file with the Sentry.init(...) setup above.
  4. Run the file with Node.
    Observe startup failure with:

Additional note:

  • Repeating the exact same steps with 8.55.0 instead of 8.55.1 works in the same environment.

Expected Result

Node running... like on version 8.55.0

Actual Result

Node fails to start

Error: Cannot find module '/server/node_modules/@sentry/profiling-node/lib/sentry_cpu_profiler-linux-arm64-musl-137.node'

Additional Context

No response

Priority

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions