Releases: getsentry/sentry-javascript-node-native-stacktrace
Releases · getsentry/sentry-javascript-node-native-stacktrace
Release list
0.5.1
0.5.0
0.4.1
0.4.0
New Features ✨
Bug Fixes 🐛
- (security) Replace execSync with execFileSync to prevent command injection by @fix-it-felix-sentry in #30
Internal Changes 🔧
Release
- Fix changelog-preview permissions by @BYK in #29
- Bump Craft version to fix issues by @BYK in #27
- Switch from action-prepare-release to Craft by @BYK in #25
Other
0.3.0
- feat: Capture thread state from
AsyncLocalStoragestore (#24)
0.2.3
0.2.2
- fix: when tracking threads, use a monotonic clock that ignores system suspension (#14)
- ci: Build Linux in container for wider glibc support (#15)
Thanks to @matthew-nicholson-anrok for their contribution!
0.2.1
- fix: Correct the Electron warning log message
0.2.0
- feat: Allow disabling of watchdog tracking per thread (#11)
0.1.1
- meta: Improve
README.md,package.jsonmetadata and addLICENSE(#10)