Errors are not forwarded to window.onerror #2621
Labels
Area: Core
For anything dealing with Mithril core itself
Type: Bug
For bugs and any other unexpected breakage
Errors inside components do not reach
window.onerror
event handler while using the Mithril router, mounting components withm.route
. Instead they do when the component is mounted withm.mount
.This didn't happen in 1.x.
Mithril version:
2.0.4
Browser and OS:
Firefox 81 64bit, Windows 10
Code
[flems]
m.route
with Mithril 1.1.7, working as expected[flems]
m.route
with Mithril 2.0.4, not forwarding[flems]
m.mount
with Mithril 2.0.4, working as expectedContext
Without errors being forwarded to
window.onerror
it's impossible to catch them globally and log them, i.e. to an application monitoring and error tracking platform like Sentry.The text was updated successfully, but these errors were encountered: