| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…xceptions Runtime 9.1 (ios#409, android parity) reports uncaught JS errors and unhandled promise rejections without crashing by default and reads a top-level `uncaughtErrorPolicy: "report" | "throw"` from the app package.json. `discardUncaughtJsExceptions` is still honored but logs a one-time deprecation warning on both runtimes. - add `UncaughtErrorPolicy` and the top-level `uncaughtErrorPolicy` key - add the top-level `discardUncaughtJsExceptions` (where both runtimes actually read it) as @deprecated, and mark the per-platform one @deprecated too (the CLI hoists it to the top level)
|
View your CI Pipeline Execution ↗ for commit db6ecfc
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at 2026-08-20 17:52:04 UTC |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Runtime 9.1 (ios#409, android parity) reports uncaught JS errors and unhandled promise rejections without crashing by default and reads a top-level uncaughtErrorPolicy: "report" | "throw" from the app package.json. discardUncaughtJsExceptions is still honored but logs a one-time deprecation warning on both runtimes.