as per this issue, `node-machine-id` can cause problems on certain machines due to permissions issues: https://github.com/automation-stack/node-machine-id/issues/56 This was made worse when this codebase changed from fetching the machine id during the report generation to fetching the machine id statically: https://github.com/backtrace-labs/backtrace-node/commit/48e3bdc44a1429f890d7cd2ff4eb4fcdb1d68a98#diff-19c5769b32e486be5464e2b259d16fd1217d53501e90ea7ed95b4dce09e7a40dR13 This essentially means that importing this library will cause the consuming app to immediately crash for some users
as per this issue,
node-machine-idcan cause problems on certain machines due to permissions issues: automation-stack/node-machine-id#56This was made worse when this codebase changed from fetching the machine id during the report generation to fetching the machine id statically: 48e3bdc#diff-19c5769b32e486be5464e2b259d16fd1217d53501e90ea7ed95b4dce09e7a40dR13
This essentially means that importing this library will cause the consuming app to immediately crash for some users