Do you want to request a feature or report a bug?
Documentation
What is the current behavior?
The Raven.captureMessage
function is not described. There is only a quick example.
What is the expected behavior?
It would be great if this function were documented -- i.e., what is a "message" vs. an exception. I'm not sure I understand what this captures. Thanks!
Meanwhile, check the typings: https://github.com/getsentry/raven-js/blob/master/typescript/raven.d.ts#L186
There's a whole section about possible options that can be passed to captureMessage
– https://docs.sentry.io/clients/javascript/usage/#passing-additional-data
I'll close this one as we're working on rewriting some stuff and it'll be updated alongside with docs. Cheers!
Most helpful comment
Meanwhile, check the typings: https://github.com/getsentry/raven-js/blob/master/typescript/raven.d.ts#L186