@@ -40,7 +40,7 @@ window.addEventListener("error", function(event) {
// );
window._hmt.push([
"_trackEvent",
- "全局JS错误",
+ "全局JS错误:" + window.location.pathname,
event.message,
event.error.stack.replace(/\n/g, "||||"),
]);