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: docs/changelog/index.rst
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
Changelog
2
2
=========
3
3
4
+
1.1.8
5
+
~~~~~
6
+
* Fixed a bug in IE8. See: https://github.com/getsentry/raven-js/pull/179
7
+
8
+
1.1.4-1.1.7
9
+
~~~~~~~~~~~
10
+
These were a bunch of super small incremental updates trying to get better integration and better support inside Sentry itself.
11
+
* Culprit determined from the src url of the offending script, not the url of the page.
12
+
* Send Sentry the frames in the right order. They were being sent in reverse. Somehow nobody noticed this.
13
+
* Support for Chrome's new window.onerror api. See: https://github.com/getsentry/raven-js/issues/172
14
+
4
15
1.1.3
5
16
~~~~~
6
17
* When loading with an AMD loader present, do not automatically call ``Raven.noConflict()``. This was causing issues with using plugins. See: https://github.com/getsentry/raven-js/pull/165
0 commit comments