@wiredcraft/miniprogram-wiredsentry
Advanced tools
Comparing version 0.4.0-dev.1 to 0.4.0-dev.2
@@ -6,3 +6,3 @@ 'use strict'; | ||
var name = "@wiredcraft/miniprogram-wiredsentry"; | ||
var version = "0.4.0-dev.1"; | ||
var version = "0.4.0-dev.2"; | ||
@@ -168,8 +168,10 @@ const headerDefault = { 'Content-Type': 'application/json' }; | ||
const inst = this; | ||
setTimeout(() => { | ||
this.flushLogs(); | ||
inst.flushLogs(); | ||
}, 500); | ||
wx.onNetworkStatusChange(function (res) { | ||
wx.onNetworkStatusChange((res) => { | ||
if (res.isConnected) { | ||
this.flushLogs(); | ||
inst.flushLogs(); | ||
} | ||
@@ -176,0 +178,0 @@ }); |
var name = "@wiredcraft/miniprogram-wiredsentry"; | ||
var version = "0.4.0-dev.1"; | ||
var version = "0.4.0-dev.2"; | ||
@@ -163,8 +163,10 @@ const headerDefault = { 'Content-Type': 'application/json' }; | ||
const inst = this; | ||
setTimeout(() => { | ||
this.flushLogs(); | ||
inst.flushLogs(); | ||
}, 500); | ||
wx.onNetworkStatusChange(function (res) { | ||
wx.onNetworkStatusChange((res) => { | ||
if (res.isConnected) { | ||
this.flushLogs(); | ||
inst.flushLogs(); | ||
} | ||
@@ -171,0 +173,0 @@ }); |
{ | ||
"name": "@wiredcraft/miniprogram-wiredsentry", | ||
"version": "0.4.0-dev.1", | ||
"version": "0.4.0-dev.2", | ||
"description": "Custom Sentry client for wechat miniprograms", | ||
"miniprogram-es": "dist/wiredsentry.es.js", | ||
"miniprogram-cjs": "dist/wiredsentry.cjs.js", | ||
"type": "module", | ||
@@ -8,0 +6,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
215433
5942