Tweak IDB error tracking

pull/602/head
Thibaut Courouble 8 years ago
parent a91bcbe3e9
commit 44ade1865e

@ -60,7 +60,7 @@ class app.DB
@error or= error
console.error? 'IDB error', error if error
@runCallbacks()
Raven.captureException error, level: 'warning' if error
Raven.captureException error, level: 'warning' if error and reason == 'cant_open'
return
onQuotaExceededError: ->

Loading…
Cancel
Save