mirror of https://github.com/docker/docs.git
Fix some logging
This commit is contained in:
parent
c5cd204a93
commit
4a4c0628a9
|
@ -53,9 +53,7 @@ bugsnag.beforeNotify = function(payload) {
|
|||
payload.context = payload.context.replace(/%20/g, ' ').replace(re, '<redacted codedir>');
|
||||
payload.file = payload.file.replace(/%20/g, ' ').replace(re, '<redacted codedir>');
|
||||
payload.url = '<redacted url>';
|
||||
console.log(payload);
|
||||
};
|
||||
bugsnag.notify('test');
|
||||
|
||||
document.onkeydown = function (e) {
|
||||
e = e || window.event;
|
||||
|
|
Loading…
Reference in New Issue