Enable Slack Alerts to display Nested Exception instead of Topmost Exception
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
### Problem Statement
The top exception is the generic one, which is basically an error log message, and the bottom one is the actual underlying exception that caused this alert to be fired:

But the Slack alert only contains the topmost exception:

### Solution Brainstorm
Is there any way to include all the nested exception names & messages in the Slack alert?
Those error logs might sometimes hide multiple different exception types under them and cause new issues to be missed, therefore mistaken for more occurrences of older errors.
### Product Area
Settings - Integrations
Contributor guide
Assessment
This issue has not been assessed yet.