I have a Laravel project that is wired up to a SQL Server database and uses BugSnag to capture and log bugs that arise.
We've been getting a lot of random "Adaptive Server Connection Timeout" issues from users at various points in the application.
I have never been able to programmatically recreate the issue our users encounter.
I'm wondering if there is a way to somehow simulate the connection timeout issue on demand so I can confirm that my proposed fixes resolve it.