Commit c672d33
committed
fix(core): pretty link for TASK_RUN_UNCAUGHT_EXCEPTION
Adds a prettyInternalErrors entry pointing the dashboard at a troubleshooting
doc anchor for uncaught exceptions. Link-only — no `message` override, so the
customer's original error (e.g. "read ECONNRESET") is preserved as the main
text. The link gives them somewhere to read about attaching .on("error")
listeners and the unhandledRejection pathway.
The docs anchor (#uncaught-exceptions) doesn't exist yet — needs a docs PR
to add the troubleshooting section.1 parent 3f70ec1 commit c672d33
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
727 | 739 | | |
728 | 740 | | |
729 | 741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments