sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Image upload option during user feedback

Open sanalkv opened this issue 2 years ago • 5 comments

Problem Statement

Would be great if there is an image upload option during the user feedback.

Solution Brainstorm

No response

Are you willing to submit a PR?

None

sanalkv avatar Aug 09 '23 13:08 sanalkv

@sanalkv you can send images as attachments https://docs.sentry.io/platforms/flutter/enriching-events/attachments/ it's not part of the user feedback API but still possible. Also, there's the screenshots feature https://docs.sentry.io/platforms/flutter/enriching-events/screenshots/ which takes the SS automatically if there's an error, does that help you?

marandaneto avatar Aug 09 '23 13:08 marandaneto

For the time being i can try this out, but i was looking for something like what Instabug is having. Where use can report an issue and upload image or take screenshot and even add marks on the screenshot all through the sdk. I think this is something we can bring into sentry.

sanalkv avatar Aug 09 '23 13:08 sanalkv

Ok, I will tag this as a feature request.

marandaneto avatar Aug 10 '23 08:08 marandaneto

Sentry now supports attachments with User Feedback V2

  • https://github.com/getsentry/sentry-javascript/pull/11428
  • https://github.com/getsentry/sentry/issues/49946

Though the docs are missing

  • https://github.com/getsentry/develop/issues/1206
  • https://github.com/getsentry/develop/issues/1208

Codel1417 avatar Jun 11 '24 18:06 Codel1417