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 2060d3c commit 56998fdCopy full SHA for 56998fd
History.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.4.1 - 2018-02-09
4
+
5
+- fix: Handle scoped packages structure in node-lsmod (#426)
6
+- fix: Report fatal errors as indeed "fatal" (#425)
7
+- ref: Use a named function for the middleware over an anonymous (#424)
8
9
## 2.4.0 - 2018-01-24
10
11
- feat: Sensible non-Error exception serializer (#416)
package.json
@@ -9,7 +9,7 @@
"raven",
"sentry"
],
12
- "version": "2.4.0",
+ "version": "2.4.1",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"license": "BSD-2-Clause",
15
"homepage": "https://github.com/getsentry/raven-node",
0 commit comments