Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Releases: getsentry/profiling-node

0.1.0

02 Feb 16:07
Compare
Choose a tag to compare
  • No documented changes.

0.1.0-alpha.2

01 Feb 18:01
Compare
Choose a tag to compare
0.1.0-alpha.2 Pre-release
Pre-release

Various fixes & improvements

  • fix(bin): downgrade ubuntu to 20.04 (#99) by @JonasBa

0.1.0-alpha.1

31 Jan 20:40
Compare
Choose a tag to compare
0.1.0-alpha.1 Pre-release
Pre-release

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

19 Jan 19:08
Compare
Choose a tag to compare

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

0.0.12

08 Nov 21:32
Compare
Choose a tag to compare

Various fixes & improvements

0.0.11

08 Nov 18:36
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(stack): use unique pointer not i (#68) by @JonasBa

0.0.10

08 Nov 14:25
Compare
Choose a tag to compare

Various fixes & improvements

0.0.9

04 Nov 19:40
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(envelope): missmatch in type guard (#65) by @JonasBa
  • feat(binaries): precompile binaries (#64) by @JonasBa

0.0.8

03 Nov 18:22
Compare
Choose a tag to compare

Various fixes & improvements

0.0.7

02 Nov 20:59
Compare
Choose a tag to compare

Various fixes & improvements

  • ref(sdk): remove spans (#62) by @JonasBa
  • feat(profiling): use env variable instead of compile time (#61) by @JonasBa