@zxhy-npm/send-sls-logger 1.1.15 → 1.1.16

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.
Files changed (2) hide show
  1. package/lib/trace.js +0 -1
  2. package/package.json +1 -1
package/lib/trace.js CHANGED
@@ -34,7 +34,6 @@ export function initTrace(info) {
34
34
  moduleName,
35
35
  entryType: 'click',
36
36
  });
37
- delete target.dataset.click;
38
37
  }
39
38
  };
40
39
  window.addEventListener('click', clickHandler, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zxhy-npm/send-sls-logger",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "阿里云sls的logger发送",
5
5
  "scripts": {
6
6
  "build": "rm -rf lib && tsc"