in static/js/aplus_v2.js [150:167]
var p = function (e, t, n) {
var a = window,
r = a.goldlog_queue || (a.goldlog_queue = []),
o = e;
'object' == typeof t && t.message && (o = o + '_' + t.message),
n && n.msg && (o += '_' + n.msg),
r.push({
action: 'goldlog._aplus_cplugin_m.do_tracker_jserror',
arguments: [
{
ratio: window.goldlog && window.goldlog.aplusDebug ? 1 : 0.01,
message: o,
error: JSON.stringify(t),
filename: e,
},
],
});
};