Added debug attributes and fixed a few issues
- Error reports now include debug attributes
BacktraceClient.OnClientReportLimitReached
event handlers will now takeBacktraceReport
as a parameter- Refactoring of JSON Data code.
- .NET 4.5 example with
async task
usage - Better stack trace analysis
- Fix: Reporting unhandled application exceptions now uses
SendAsync
and proper TLS 1.2 support