honeybadger
honeybadger copied to clipboard
Improved IE analysis support
Honeybadger currently uses a Javascript MutationObserver to watch for DOM changes. Unfortunately this functionality is not present in IE versions < 11, so currently DOM changes are not logged (other changes such as writes are still caught).
An alternative to MutationObserver will need to be added to honeybadger.js to support previous versions of IE.