Sentry-javascript: Custom showReportDialog() does not work

Created on 18 Jul 2018  路  2Comments  路  Source: getsentry/sentry-javascript

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

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 :)

All 2 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings