v2.0.0
Overview
- Adds support for WebGL
- Fixes a bug where PostMostRecentCrash posted the oldest crash
- Removes client-facing dependency on BugSplatDotNetStandard
Breaking Changes
- Some Post callbacks no longer return a HttpResponseMessage in order to support WebGL. We may return HttpResponseMessage again in a future update
- ExceptionPostOptions and MinidumpPostOptions have been replaced by IReportPostOptions
What's Changed
- Support WebGL by @bobbyg603 in #31
Full Changelog: v1.4.1...v2.0.0