Log more infos on websocket error
This commit is contained in:
@ -660,7 +660,7 @@ var CodeOceanEditor = {
|
|||||||
text: $('#flash').data('websocket-failure'),
|
text: $('#flash').data('websocket-failure'),
|
||||||
showPermanent: true
|
showPermanent: true
|
||||||
});
|
});
|
||||||
Sentry.captureException(JSON.stringify(error));
|
Sentry.captureException(JSON.stringify(error, ["message", "arguments", "type", "name", "data"]));
|
||||||
},
|
},
|
||||||
|
|
||||||
showFileDialog: function (event) {
|
showFileDialog: function (event) {
|
||||||
|
Reference in New Issue
Block a user