Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

throw "foobar" is not handled properly #56

@vmihailenco

Description

@vmihailenco

I have such code:

<script>
TraceKit.report.subscribe(function yourLogger(errorReport) {
  console.log(errorReport);
});
</script>
<script>
try {
  throw 'foobar';
} catch(exc) {
  TraceKit.report(exc);
}
</script>

which is not handled properly, because errorReport.message == undefined. Is it done intentionally?

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