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
1.0.0-alpha.6
Various fixes & improvements
- readme: drop beta mentions (c3c66a7) by @JonasBa
- ci: test on node20 (d33110d) by @JonasBa
- ref: remove options options type (41b8544) by @JonasBa
- ref: use options type (154255d) by @JonasBa
- fix: segfault in node18 (9554518) by @JonasBa
- fix identifier (21425e4) by @JonasBa
- rename to mjs (a4d5099) by @JonasBa
- fallthrough in switch (e9f6a87) by @JonasBa
- fix: add back return type (d756039) by @JonasBa
- fix: profiling binary fallthrough (beaf0c0) by @JonasBa
- fix: build needs require (bc39eaa) by @JonasBa
- fix(build): enumerate precompiled binaries (#146) by @JonasBa
- feat(profiling): bundle lib code (#145) by @JonasBa
- fix(profiling): add exports to package.json (#142) by @JonasBa
- perf: optimize string ops + remove nan (#140) by @JonasBa
- ref: remove profile context before sending (#138) by @JonasBa
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Various fixes & improvements
- fix(ci): unpack binaries to lib/binaries (5bbf957) by @JonasBa
- gh: fix label for install issue (d0602b4) by @JonasBa
- gh: fix label for install issue (ca82e73) by @JonasBa
- gh: add installation issue template (d1f0a30) by @JonasBa
- ci: downgrade to ubuntu 20.04 (8364deb) by @JonasBa
- fix(status): inline status assertions (#133) by @JonasBa
- perf: use a module cache (#131) by @JonasBa
- ci: bump and pin node images (#130) by @JonasBa
- feat(module): parse module (#129) by @JonasBa
- fix(precompile): fix dir sync (#128) by @JonasBa
- ref: remove test log (c7529b1) by @JonasBa
- ref(profiling): drop nan for node abi (#127) by @JonasBa
- feat(build): output esm and cjs modules (#126) by @JonasBa
- Check if module exists before loading. Compile if missing (#122) by @vidhu
- Add @sentry/core as dep (#125) by @vidhu
0.3.0
Various fixes & improvements
- fix(profiling): avoid unnecessary copy operations (#117) by @JonasBa
- feat(profiling): expose timeout experiment and handle timeout in hooks (#118) by @JonasBa
- ref(profiling): add SDK hooks support (#110) by @JonasBa
- build(deps-dev): bump sqlite3 from 5.1.2 to 5.1.5 (#111) by @dependabot
- docs: update install link for sentry profiling (#116) by @emilsivervik
- feat(profiling): only mark in_app: false for system code (#114) by @JonasBa
- ref(format): remove format macros (cee68c5) by @JonasBa
- ref(prebuilds): remove binary (6ff35ec) by @JonasBa
- feat(profiling): add profilesSampler (#109) by @JonasBa
- ref(format): remove transactions array in favor of transaction property (#108) by @JonasBa
- chore: improve documentation around prebuild binaries (dc37cbf) by @JonasBa