Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created November 21, 2011 16:58
Show Gist options
  • Save PanosJee/1383223 to your computer and use it in GitHub Desktop.
Save PanosJee/1383223 to your computer and use it in GitHub Desktop.
BugSense-jQuery
$(document).ajaxError(function(event, xhr, settings, error) {
Bugsense.notify({
request: xhr,
settings: settings,
error: error
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment