Skip to content

Instantly share code, notes, and snippets.

@miohtama
Created March 23, 2017 19:05
Show Gist options
  • Save miohtama/27ba0d9fa5c06a1e44206db5224d9ecc to your computer and use it in GitHub Desktop.
Save miohtama/27ba0d9fa5c06a1e44206db5224d9ecc to your computer and use it in GitHub Desktop.
try {
$(document).ready(function() {
// ...
});
window.javascriptReady = true;
} catch(e) {
if (window.Raven) {
Raven.captureException(e);
} else {
throw e;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment