Log exceptions in app.isSupportedBrowser

pull/90/head
Thibaut 11 years ago
parent 2c4ad478d8
commit 45b5493d3d

@ -154,7 +154,9 @@
document.body.insertAdjacentHTML and
document.createEvent('CustomEvent').defaultPrevented is false and
getComputedStyle(document.querySelector('._header')).backgroundImage isnt 'none'
catch
catch error
Raven.captureMessage 'unsupported exception', extra: { error: error, name: error.name, message: error.message }
false
isSingleDoc: ->
!!(@DOC or @doc)

Loading…
Cancel
Save