You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4718, a change was made to use an environment variable to control the version of JS emitted when building integration bundles. Unfortunately, the values then given to that variable were uppercase, whereas our code assumes a lowercase version. Further, the default output is ES6 (in preparation for going ES6-first in v7), so when the version flag `ES5` doesn't match the checked-for `es5`, we emit ES6 in the supposedly-ES5 bundle.
This controls for casing by casting the value to lowercase before comparison.
Fixes#4768.
Is there an existing issue for this?
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
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.
The text was updated successfully, but these errors were encountered: