raven-for-redux
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -43,3 +43,3 @@ "use strict"; | ||
var extra = { lastAction: action }; | ||
Raven.context({ extra: extra }, function () { | ||
var returnValue = Raven.context({ extra: extra }, function () { | ||
return next(action); | ||
@@ -54,2 +54,3 @@ }); | ||
}); | ||
return returnValue; | ||
}; | ||
@@ -56,0 +57,0 @@ }; |
{ | ||
"name": "raven-for-redux", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Middleware for propagating Redux state/actions to Sentry via Raven.", | ||
@@ -51,2 +51,2 @@ "main": "built/index.js", | ||
} | ||
} | ||
} |
@@ -125,2 +125,6 @@ [![Travis](https://img.shields.io/travis/captbaritone/raven-for-redux.svg)]() [![Codecov](https://img.shields.io/codecov/c/github/captbaritone/raven-for-redux.svg)]() | ||
### 0.7.0 | ||
* Return the previous middleware's (or the actual `dispatch` function's) return value. (#11) | ||
### 0.6.0 | ||
@@ -127,0 +131,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8603
51
139