1 min readApr 27, 2019
errors handling are managed inside each micro-frontends, the bootstrap handles its own errors.
for logging we are using Sentry, we configure the global errors handler at the bootstrap level and then in every single chapter we complete the implementation for having full visibility on what’s going on inside a micro-frontend.
I hope this helps :D