@yqg/monitor
Advanced tools
@@ -39,3 +39,3 @@ (function (global, factory) { | ||
| try { | ||
| imageGet(path, Object.assign(data, { projectKey, moduleKey, eventKey })); | ||
| imageGet(path, { data: JSON.stringify(data), projectKey, moduleKey, eventKey }); | ||
| } | ||
@@ -42,0 +42,0 @@ catch (err) { |
+1
-1
| { | ||
| "name": "@yqg/monitor", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "main": "dist/yqg-monitor.js", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |
@@ -16,3 +16,3 @@ import {imageGet} from './helper/helper'; | ||
| try { | ||
| imageGet(path, Object.assign(data, {projectKey, moduleKey, eventKey})); | ||
| imageGet(path, {data: JSON.stringify(data), projectKey, moduleKey, eventKey}); | ||
| } catch (err) { | ||
@@ -19,0 +19,0 @@ // doing nothing |
3991
0.35%