Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function leaveBreadcrumb () {
console.log('leaving a breadcrumb…')
// you can record all kinds of events which will be sent along with error reports
// these can help when trying to understand the conditions leading up to an error
Bugsnag.leaveBreadcrumb('network blip')
}
function leaveBreadcrumb () {
console.log('leaving a breadcrumb…')
// you can record all kinds of events which will be sent along with error reports
// these can help when trying to understand the conditions leading up to an error
Bugsnag.leaveBreadcrumb('network blip')
}