diff --git a/static/js/pandora.js b/static/js/pandora.js index c1ed337c..a33a3f50 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -24,7 +24,7 @@ appPanel window.onerror = function(error, url, line) { try { !isMSIE && !/^resource:/.test(url) && pandora.api.log({ - text: error, + text: error + ' (' + document.location.pathname + ')', url: url, line: line });