Skip to content

Backtrace C# library 2.1.0

Compare
Choose a tag to compare
@konraddysput konraddysput released this 12 Mar 19:32
· 31 commits to master since this release
675c92d

Version 2.1.0 - 12.03.2019

  • Deduplication parameters. Now BacktraceDatabaseSettings allow you to setup deduplication rules. If you use deduplication types, you can aggregate existing reports and send only one message for all the same reports.
  • BacktraceDatabase allows you to override default deduplication methods and generate your own hash per diagnostic data,
  • BacktraceResult now allows you to retrieve exception object if BaktraceResult has status ServerError,
  • When Backtrace library send diagnostic data to server any exception happend, library will print information about error by using Trace interface.