leolabs / ExceptionBase.NET

Welcome to the world’s first open-source .NET exception tracker! ExceptionBase.NET will catch exceptions that may occur in your app and send them to a clearly arranged online interface where you can manage them and view every detail, from the used operating system down to the stack trace. This will allow you to find bugs in your app easier and more quickly.
http://exceptionbase.net
7 stars 1 forks source link

Maximum Database Size #3

Closed NeoLegends closed 8 years ago

NeoLegends commented 11 years ago

Introduce options to limit the size of the database and allow custom actions to be performed if the database limit was reached. Custom actions could be something like clearing the fixed errors first, and if that's not enough clearing old exceptions as well. Flagged exceptions should never be deleted automatically.