disableGlobalCatchBoundary
When true, disables the global catch boundary that normally wraps all route matches. This allows unhandled errors to bubble up to top-level error handlers in the browser.
Useful for testing tools (like Storybook Test Runner), error reporting services, and debugging scenarios where you want errors to reach the browser's global error handlers.
default - false