Closed
Description
Raven.js checks if objects passed to Raven.captureException
are errors using our isError
helper, which is pretty strict: it basically checks if the object in question "descends" from Error
using an instanceof
check.
But there are some error-like objects out there (e.g. Ember.js) that have .stack
properties but do not pass the instanceof Error
check. We should probably handle these too.
Metadata
Metadata
Assignees
Labels
No labels