What's wrong with this entry?
Anonymous. No account, no email.
What: Console.log and console.error now route through global error handlers instead of internal write methods
Details:
- Console output now logged via
r()function with prefix:console.log: <message> - Console errors now reported via
J1()with error object and category codeFa0(292) - Removed special case filtering for React error message "The above error occurred"
- More consistent error tracking and logging
- Evidence:
patchConsole()inOC1at line 358722 in v2.0.10 (was different inMC1.patchConsole()at line 358579 in v2.0.9)