-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
It would be really nice if raven-js provided a mechanism for devs to add their own metadata (i.e. via the extra option). Right now, in order to do this, I have to take charge of catching my app's errors myself and then manually calling captureException:
Raven.captureException(error, { extra: { /* metadata*/ } });I would prefer a way where I can still take advantage of Raven's default window.onerror handling. Maybe there is one that I'm not aware of?
So I guess the question becomes: Is there a way to add extra data to every sent exception without having to catch the exceptions myself?
Metadata
Metadata
Assignees
Labels
No labels