honeybadger icon indicating copy to clipboard operation
honeybadger copied to clipboard

Improved IE analysis support

Open sevzero opened this issue 10 years ago • 0 comments

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.

sevzero avatar Aug 11 '14 14:08 sevzero