Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: logging an error when unit iframe fails to load
Right now we log nothing to the logging service when a unit iframe fails to load. The ErrorPage that’s shown isn’t using the ErrorBoundary, so we had no indication that something went wrong. This solves the problem closer to the source where the error originates.
- Loading branch information