Notificar los errores
This commit is contained in:
parent
1ff252e328
commit
79624e10f4
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ window.airbrake = new Notifier({
|
||||||
host: 'https://panel.sutty.nl'
|
host: 'https://panel.sutty.nl'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.error = (e) => window.airbrake.notify(e)
|
||||||
|
|
||||||
import 'core-js/stable'
|
import 'core-js/stable'
|
||||||
import 'regenerator-runtime/runtime'
|
import 'regenerator-runtime/runtime'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue