Releases
3.18.0
NEW: All unit and integration tests are now running on CI using SauceLabs, to ensure everything is working correctly on all browsers #1026
NEW: console.assert
is now instrumented in the same way as the rest of console
methods #1044
NEW: Vue.js plugin now provides lifecycleHook
as the 3rd argument to error handler, to make it in line with v2.2.0 implementation #1053
NEW: Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it #1060
NEW: Included exception type in ignoreErrors
test, which allows for filtering based on error types #1057
CHANGE: Raven.js now uses Prettier to format it's code #1020
CHANGE: Unit tests are using Headless Chrome instead of PhantomJS #1029
CHANGE: Added setDSN
typing definition for TypeScript #995
BUGFIX: Defend against undefined XMLHttpRequest
while sending events #1024
BUGFIX: lastEventId
won't be overriden when an event was dropped #1041
BUGFIX: Make sure that document
is available before reading location
#1038
BUGFIX: Prevent breadcrumbs with undefined url to throw an error #1018
You can’t perform that action at this time.