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
- Start from a clean Alpine ARM64 Node 24 container, for example node:24-alpine3.23.
- Create a minimal project and install:
- @sentry/node@8.55.1
- @sentry/profiling-node@8.55.1
- Create a file with the Sentry.init(...) setup above.
- 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.
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:
Sentry setup:
The same setup works for me with:
but fails after updating both packages to 8.55.1
Steps to Reproduce
Observe startup failure with:
Additional note:
Expected Result
Node running... like on version 8.55.0
Actual Result
Node fails to start
Additional Context
No response
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.