tchapgouv / tchap-web-v4

A Matrix web client for Tchap
https://www.tchap.gouv.fr/
GNU Affero General Public License v3.0
12 stars 5 forks source link

Remove the "Commentaire" feature #938

Open estellecomment opened 7 months ago

estellecomment commented 7 months ago

We already have the "Signaler une anomalie" feature, which sends more debugging data. Both send to crisp. Remove the useless "Commentaire"

(original discussion : https://github.com/tchapgouv/tchap-web-v4/issues/935)

estellecomment commented 7 months ago

Note : Commentaire/Feedback sends less info in the report : https://github.com/matrix-org/matrix-react-sdk/blob/v3.92.0/src/rageshake/submit-rageshake.ts#L326

Vs. Bugreport which sends more info : https://github.com/matrix-org/matrix-react-sdk/blob/v3.92.0/src/rageshake/submit-rageshake.ts#L40

We add user email and app name to both in a patch (bug-reporting)