@sentry/browser
@sentry/node
raven-js
raven-node
_(raven for node)_4.0.6
There are a few instances of .includes
being used in this library that's preventing it from working in IE11, for example firstFrameFunction.includes('captureMessage')
in https://github.com/getsentry/sentry-javascript/blob/3ceaac916d0b7344e03d1185d4c043dba3d9fc23/packages/browser/src/parsers.ts.
I'm happy to make a pull request to fix this if that's okay?
I'm working on getting all integration tests running on IE10/11 as we speak. Once I finish that, we'll patch all incompatibilities.
Thank you!
Was this closed to indicate the IE11 errors are fixed? If so, do you know what version the updates are in?
@JustinTRoss yes, everything is fixed in 4.1.0
. See our changelog: https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#410 :)
[browser] test: Fix all integration tests in IE10/11 and Android browsers
Thanks @kamilogorek . Is there a version of raven-js that includes the fix?
@JustinTRoss raven-js
always supported IE10/11, and there should be no issues there
Thanks. I apologize for the noise. I just realized the saucelabs compatibility chart is shared between raven-js
and sentry-javascript
.
Most helpful comment
I'm working on getting all integration tests running on IE10/11 as we speak. Once I finish that, we'll patch all incompatibilities.