Add uncaught exception handler to write Uncaught promise errors in Rageshakes #26639
Labels
A-Developer-Experience
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Enhancement
If an asynchronous task throws an exception without it being caught, this is written to the JS console as an "uncaught error".
However, such errors are not written to the rageshake logs.
I think we should catch
unhandledrejection
and write something in the RS logsThe text was updated successfully, but these errors were encountered: