Versions:
raven.js 3.5.0
Sentry: 8.3.3
Exception Handler: AngularJS 1.5.8
Hi,
I have one of the following in my AJS exception handler. This generates 'no message value' entries but more detailed content.
Raven.captureException(exception);
This, however, has a proper message header but much less detail in the content:
Raven.captureException(exception.stack);
For visual reference, I have the following generated in Sentry depending on when I pass 'exception.stack' vs 'exception' to Raven.captureException: Thoughts greatly appreciated.

Versions:
raven.js 3.5.0
Sentry: 8.3.3
Exception Handler: AngularJS 1.5.8
Hi,
I have one of the following in my AJS exception handler. This generates 'no message value' entries but more detailed content.
Raven.captureException(exception);This, however, has a proper message header but much less detail in the content:
Raven.captureException(exception.stack);For visual reference, I have the following generated in Sentry depending on when I pass 'exception.stack' vs 'exception' to Raven.captureException: Thoughts greatly appreciated.