You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 3.21.0
4
+
5
+
* NEW: Use Fetch instead of XHR when available https://github.com/getsentry/raven-js/pull/1157
6
+
* NEW: Ability to specify Custom headers https://github.com/getsentry/raven-js/pull/1166
7
+
* NEW: Handle ErrorEvent objects in TraceKit https://github.com/getsentry/raven-js/pull/1162
8
+
* BUGFIX: Check for both stacktraces before calling 'isSameException' https://github.com/getsentry/raven-js/pull/1150
9
+
* DOCS: Electron integration documentation https://github.com/getsentry/raven-js/pull/1142
10
+
* DOCS: Include Sentry Webpack Plugin in the Source Maps documentation https://github.com/getsentry/raven-js/pull/1155
11
+
3
12
## 3.20.1
4
13
5
14
* BUGFIX: Prevent Raven throwing during installation when `Function.prototype.toString` is called in Angular projects with `zone.js` and `core.js` wrapped functions https://github.com/getsentry/raven-js/pull/1135
0 commit comments