We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c9df4 commit 12a2a83Copy full SHA for 12a2a83
packages/profiling-node/src/cpu_profiler.ts
@@ -143,6 +143,7 @@ export function importCppBindingsModule(): PrivateV8CpuProfilerBindings {
143
return require('../sentry_cpu_profiler-linux-arm64-musl-127.node');
144
}
145
146
+
147
if (stdlib === 'glibc') {
148
if (abi === '93') {
149
return require('../sentry_cpu_profiler-linux-arm64-glibc-93.node');
0 commit comments