Notificar los errores

This commit is contained in:
f 2021-09-17 15:27:00 -03:00
parent 1ff252e328
commit 79624e10f4

View file

@ -6,6 +6,8 @@ window.airbrake = new Notifier({
host: 'https://panel.sutty.nl'
})
console.error = (e) => window.airbrake.notify(e)
import 'core-js/stable'
import 'regenerator-runtime/runtime'