Skip to content

Exception "Locale 'fullwide' is not well-formed" under Internet Explorer 11 #5466

@pelov

Description

@pelov

Is there an existing issue for this?

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions