v0.5.0
This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.
Breaking Change: We had to create two packages for node and JavaScript due to issues with RequireJS and SystemJS. The only change required is if you are using the node package. You need to change require('exceptionless
) to require('exceptionless.node')
Please take a look at the change log for a full list of the changes.