David Bernadi

Results 1 comments of David Bernadi
trafficstars

How'd you fix this one? @kvlsrg ```beforeSend(event, context) { if (event.type === 'error' && context.error.digest) { return false } return true } ```