Remove Sentry logging from ajaxError
This commit is contained in:
@ -13,6 +13,5 @@ CodeOceanEditorAJAX = {
|
|||||||
text: message.length > 0 ? message : $('#flash').data('message-failure'),
|
text: message.length > 0 ? message : $('#flash').data('message-failure'),
|
||||||
showPermanent: response.status === 422,
|
showPermanent: response.status === 422,
|
||||||
});
|
});
|
||||||
Sentry.captureException(JSON.stringify(response));
|
|
||||||
}
|
}
|
||||||
};
|
};
|
Reference in New Issue
Block a user