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