Skip to content

Instantly share code, notes, and snippets.

@alvinwoon
Created November 7, 2012 06:58
Show Gist options
  • Save alvinwoon/4029913 to your computer and use it in GitHub Desktop.
Save alvinwoon/4029913 to your computer and use it in GitHub Desktop.
window.onerror = function(message, file, line) {
var sFormattedMessage = '[' + file + ' (' + line + ')] ' + message;
_gaq.push(['_trackEvent', 'Exceptions', 'Application', sFormattedMessage, null, true]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment