The record/replay driver needs to be passed a build ID that uniquely identifies the running software. Node doesn't seem to have any suitable identifier for this --- it has major/minor/patch versions, but these are too coarse grained. We should generate a unique ID every time we build node and compile it into the binary so that it can be passed to RecordReplayAttach.
The record/replay driver needs to be passed a build ID that uniquely identifies the running software. Node doesn't seem to have any suitable identifier for this --- it has major/minor/patch versions, but these are too coarse grained. We should generate a unique ID every time we build node and compile it into the binary so that it can be passed to RecordReplayAttach.