What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.
- feat(fi): add memory profiling by @not-matthias in #73
- feat: dump node process information when running by @GuillaumeLagrange in #77
- chore: bump instrument-hooks to dump linked libraries by @GuillaumeLagrange in #78
Full Changelog: v5.2.0...v5.3.0