PandaWood / ExceptionReporter.NET

ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or send a custom-formatted report to the developer
MIT License
51 stars 32 forks source link

Feature Request: Add a new tab to show SQL code #12

Closed LazyLeecher closed 6 years ago

LazyLeecher commented 6 years ago

When the error is database related I fill the necessity of a tab that I can put the sql command that generated the error. Also add a option to hide the tab or if the sql field is null to auto hide it.

Great lib, thanks a lot!

PandaWood commented 6 years ago

Hi @LazyLeecher - I think this ultimately the same as issue #6

Basically, an enhancement to add a way to add extra data (in your case, that data is SQL)