notification-processor 4.19.3 → 4.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -158,6 +158,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
158
158
  // Generic app fields
159
159
  event_timestamp: eventTimestamp || now.getTime(),
160
160
  error_type: errorType,
161
+ output_message: errorMessage,
161
162
  user_settings_version: null, //TODO
162
163
  env_version: null, //TODO
163
164
  code_version: null //TODO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notification-processor",
3
- "version": "4.19.3",
3
+ "version": "4.19.4",
4
4
  "description": "notification-processor",
5
5
  "main": "index.js",
6
6
  "scripts": {