Skip to content

Commit 12a2a83

Browse files
committed
trigger profiling run
1 parent c7c9df4 commit 12a2a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/profiling-node/src/cpu_profiler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export function importCppBindingsModule(): PrivateV8CpuProfilerBindings {
143143
return require('../sentry_cpu_profiler-linux-arm64-musl-127.node');
144144
}
145145
}
146+
146147
if (stdlib === 'glibc') {
147148
if (abi === '93') {
148149
return require('../sentry_cpu_profiler-linux-arm64-glibc-93.node');

0 commit comments

Comments
 (0)