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 dcb7f7c commit ea19288Copy full SHA for ea19288
History.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.4.2 - 2018-02-27
4
+
5
+fix: Dont throw exception when called captureException without config (#431)
6
+fix: Preserve context in for rejected promises (#428)
7
+ref: Log promise rejection reason alongside eventid (#434)
8
+ref: Use named function for middlewares (#429)
9
10
## 2.4.1 - 2018-02-09
11
12
- fix: Handle scoped packages structure in node-lsmod (#426)
package.json
@@ -9,7 +9,7 @@
"raven",
"sentry"
],
- "version": "2.4.1",
+ "version": "2.4.2",
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