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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Changelog
2
2
=========
3
3
4
+
1.1.12
5
+
~~~~~~
6
+
* Fix a bug using the ``console`` plugin with older IE. See: https://github.com/getsentry/raven-js/pull/192
7
+
* Added initial ``ember.js`` plugin for early testing and feedback.
8
+
* Added initial ``angular.js`` plugin for early testing and feedback.
9
+
* Fixed an issue with the ``require.js`` plugin basically not working at all. See: https://github.com/getsentry/raven-js/commit/c2a2e2672a2a61a5a07e88f24a9c885f6dba57ae
10
+
* Got rid of ``Raven.afterLoad`` and made it internal only.
11
+
* ``Raven.TraceKit`` is now internal only.
12
+
* Truncate message length to a max of 100 characters becasue angular.js sucks and generates stupidly large error messages.
0 commit comments