Skip to content

not working with IE11? Cannot parse given Error object #170

Open
@flyon

Description

@flyon

In IE11 I get this error: Cannot parse given Error object

window.onerror = (message, file, line, column, errorObject) =>{
    StackTrace.fromError(errorObject).then(callback).catch(e => console.log(e));
}

the error that is triggered seems to be a security error that happens when a new WebSocket is created.
SCRIPT5022: SecurityError

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions