feat(feedback): add option to show sentry user feedback button#229
feat(feedback): add option to show sentry user feedback button#229mmeester wants to merge 1 commit intojustbetter:masterfrom
Conversation
6097ac3 to
7170ddd
Compare
|
I remember when I used the feedback form I'd to translate everything with: (code taken from a Laravel Blade view) Is that still the case? |
|
@royduin I must say I have been doubting about all these settings if they should be included in the settings, WDYT each setting an admin field or one text area with a reference to the setting page? |
|
A textarea injected feels a bit hacky but a field for every settings feels bloated. Maybe an additional template partial so it's possible to extend the settings from your own theme? Or maybe make them translatable as in my example? I don't know... @indykoning? |
|
showReportDialog is for reporting feedback after a crash, which can manually be added to the I agree that a template partial, or layout xml arguments By the looks of it, sentry does already provide defaults. And for instance already adds the known user information as well. |
Summary
Create the ability to use the sentry customer feedback button
Checklist
composer run codestylecomposer run analyseResolves #228