I'm trying to show the thrown error to the user in the Report Dialog.
According to the docs, I can set title
, subtitle
etc in the object passed to Raven.showReportDialog()
https://docs.sentry.io/learn/user-feedback/#customizing-the-widget
However, none of these options seems to have an effect.
I'm using raven-js
3.26.3 as an npm module in my React app.
I've been looking into the code of raven and it seems to me that the options mentioned in the docs above is not passed on to the error dialog?
https://github.com/getsentry/raven-js/blob/raven-js%403.26.3/packages/raven-js/src/raven.js#L874
Released as 3.26.4
\o/
Great! Next time, a note in the documentation, telling that a feature is coming in the next version and not currently supported, would be great - so we don't spend time debugging something that works as intended :)
Most helpful comment
Great! Next time, a note in the documentation, telling that a feature is coming in the next version and not currently supported, would be great - so we don't spend time debugging something that works as intended :)