Skip to content

Backtrace C# library 2.0.4

Compare
Choose a tag to compare
@konraddysput konraddysput released this 24 Sep 15:51
· 35 commits to master since this release
0d32fac

Version 2.0.4 - 23.09.2018

  • BacktraceClient allows developer to unpack AggregateException and send only exceptions available in InnerExceptions property.
  • BacktraceReport accepts two new properties: Factor and Fingerprint. These properties allows you to change server side algorithms.
  • BacktraceData now include informations about Exception properties. You can check detailed Exception properties in Annotations.
  • BacktraceDatabase doesn't throw exception when developer can't add new record. This situation exists when database was full or database hasn't enough disk space for exceptions.
  • BacktraceResult can use new Status. In case when developer want to unpack AggregateException and InnerExceptions property is empty, BacktraceClient return BacktraceResult with status Empty,