This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Releases: getsentry/profiling-node
Releases · getsentry/profiling-node
0.1.0
- No documented changes.
0.1.0-alpha.2
0.1.0-alpha.1
Various fixes & improvements
- fix(linux): if dlopen fails, build from source (6363204) by @JonasBa
- fix(build): avoid from compiling the build script (#98) by @JonasBa
- fix(test): remove only (6cd3725) by @JonasBa
- feat(ci): run jest with --silent (#96) by @JonasBa
- feat(profiling): add profile context (#95) by @JonasBa
- feat(profiling): discard profiles with <= 1 sample (#94) by @JonasBa
- build(binaries): prebuild binaries for more arch (#92) by @JonasBa
0.0.13
Various fixes & improvements
- fix(segfault): fix return value order (#89) by @JonasBa
- fix(uuid): uuid is 32hex in sentry (#91) by @JonasBa
- test(build): add node 19 to build matrix (#87) by @JonasBa
- build(deps): bump json5 from 2.2.1 to 2.2.3 (#86) by @dependabot
- feat(profiling): add debug logs (#82) by @JonasBa
- fix(sampleRate): profilesSampleRate and tracesSampleRate are multiplied (#77) by @JonasBa
- fix(sdk): use release instead of sdk release (#76) by @JonasBa
- feat(filename): generate filename from abs path (#75) by @JonasBa
- fix: path -> absPath (#72) by @JonasBa