Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
1.1.20
- Wrap jquery's deferred[ resolveWith | rejectWith | notifyWith ] See: #268
- Use window.crypto for uuid4 if present. See: #349
- Add winjs support. See: b9a1292
- Fix calling Raven.captureExceptionfrom browser console. See: #358
- guard against document.location being null or undefined. See: #357
- Change error message format to match other clients. See: 64ca528
- Don't require a user in the DSN. See: #361
- Add crossOriginoption. See: #362
- Avoid recursing when using the consoleplugin. See: f92ff9d
1.1.16
- Fixed a bug that was preventing stack frames from raven.jsfrom being hidden correctly. See: #216
- Fixed an IE bug with the consoleplugin. See: #217
- Added support for chrome-extension://protocol in Chrome in stack traces.
- Added setExtraContextandsetTagsContext. See: #219
- Renamed setUsertosetUserContextto match.setUserstill exists, but will be deprecated in a future release.
- New backbone.jsplugin. See: #220
- Added support for chrome://protocol in Firefox in stack traces. See: #225
- Ignore more garbage from IE cross origin errors. See: #224
- Added Raven.debugto prevent logging toconsolewhenfalse. Defaults totruefor backwards compatability. See: #229
- Prevent calling Raven.config()orRaven.install()twice. See: #233