We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090ebbc commit ef744d4Copy full SHA for ef744d4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.4.1
4
+
5
+### Bug Fixes 🐛
6
7
+- Deadlock under load by @timfish in [#36](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/pull/36)
8
9
## 0.4.0
10
11
### New Features ✨
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/node-native-stacktrace",
- "version": "0.4.0",
+ "version": "0.4.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git://github.com/getsentry/sentry-javascript-node-native-stacktrace.git",
0 commit comments