Hello,
Is it possible to customize the report widget? In the docs - there are options that are listed that I should be able to pass but they do not change the user feedback form text. Does anyone know if this is possible?
Example of the custom feedback dialog options call -
Raven.showReportDialog({ title: ‘Custom title’, subtitle: ‘A report was made - hang tight’ });
Despite passing these options the title and subtitle do not change.