-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
Version:
5.0.6
Description
Currently in 5x, there are multiple instances of functions being used that are not supported on IE. Object.assigns, Array.prototype.includes are obvious ones, but given the wide refactor of utils, i'm sure there are more.
In Supported Browsers you imply that IE is fully supported, however in the PRs for these changes you mention that the docs are going to need updating. :/
Previously, the related issues github is showing me demonstrate you've worked back to provide IE support. However, it does not appear that's the case going forward?
Can you confirm what version we should use that is both a: fully supported by sentry and b: fully supported in IE? OR, if polyfills are the way to go, could you ship / point to the set needed to support sentry?
thanks!