chore(crashtracking): remove guard for arm64 alpine and bump libdatadog to 0.9.3#7962
chore(crashtracking): remove guard for arm64 alpine and bump libdatadog to 0.9.3#7962
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Overall package sizeSelf size: 5.47 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 74a65b6 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7962 +/- ##
==========================================
- Coverage 73.87% 73.87% -0.01%
==========================================
Files 773 773
Lines 35985 35983 -2
==========================================
- Hits 26585 26583 -2
Misses 9400 9400
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-04-09 18:58:30 Comparing candidate commit 74a65b6 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
8036c66 to
64b7d69
Compare
BridgeAR
left a comment
There was a problem hiding this comment.
Is the fix somewhere outside of libdatadog? I can not see any related changes in 0.9.3

What does this PR do?
Bumps libdatadog-nodejs to v0.9.3 and removes guard on crashtracking on Alpine ARM64
Motivation
libdatadog-nodejs was packaged to crash on crashtracker import for Alpine ARM64 on version v0.9.2. (#incident-51696)
The issue was in a downstream release package build step, which was fixed here: DataDog/action-prebuildify#116
A new release of libdatadog-nodejs, v0.9.3, was made with the updated action-prebuildify release logic: v0.9.3
We should re-enable crashtracking for Alpine ARM64
Additional Notes