From 967125cca7e6ca98d7ece5c8793c95dd3e6704a3 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 22 Oct 2013 14:15:06 +0000 Subject: [PATCH] log current url too --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });