Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/browser
SDK Version
6.19.1
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
- Include CDN scripts.
<script src="https://browser.sentry-cdn.com/6.19.1/bundle.tracing.min.js"
integrity="sha384-hthbsqa5mLHmR+ZUw29J9qGt8SdDRD7AVpG02i/NAsu5cv9G9I9D9IhEtSVyoPv2"
crossorigin="anonymous"></script>
<script src="https://browser.sentry-cdn.com/6.19.1/captureconsole.min.js"
integrity="sha384-GLNSK4rZR+fv4mVjEEcOI7HiLO96Dd7Nynmu3vKRjW3JmXQvCgted9bbJNM/1l4d"
crossorigin="anonymous"></script>
- Run website in IE11
- Look in console for error
SCRIPT1002: Syntax error
captureconsole.min.js (2,963)
Expected Result
I could not find any documentation saying capture console is not support in IE11 so I assumed it would work since bundle.tracing supports IE11.
Actual Result
captureconsole does not work in IE11.
Metadata
Metadata
Assignees
Labels
No labels