-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
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/vue
SDK Version
7.7.0
Framework Version
7.7.0
Link to Sentry event
No response
Steps to Reproduce
When running under Internet Explorer 11 we get an exception "Locale 'fullwide' is not well-formed". This could be easily reproduced without even running any application by simply typing in the IE 11 console
rate = 1
rate.toLocaleString('fullwide', {useGrouping: false, maximumFractionDigits: 16})
Sentry was still working with IE11 until version 7.2.0. Looks like this particular problem was introduced in version 7.3.0 by #5292 and now in the latest version 7.7.0 the code has moved to packages/tracing/src/transaction.ts.
Expected Result
Sentry to work under IE11.
Actual Result
Exception "Locale 'fullwide' is not well-formed".
Metadata
Metadata
Assignees
Labels
No labels