How to Send .NET Crash Dumps to Slack From an ECS Fargate Task
Source: DZone DevOps
Introduction
Sometimes .NET applications crash in production, and nobody knows why, because logs and metrics are ok. It’s quite bothersome and makes debugging very unpleasant. In such cases, memory dumps might simplify debugging and reduce troubleshooting time from days to minutes.
This article explains how to …