wiredash-sdk icon indicating copy to clipboard operation
wiredash-sdk copied to clipboard

Feature request: Attach a custom text for the report.

Open allco opened this issue 5 years ago • 4 comments

Would be amazing to be able to register somewhere a delegate which would be called when the report is being formed by Wiredash. The delegate could provide then some text (logs) which would be attached for the final report.

allco avatar Jun 15 '20 14:06 allco

Sounds like a good idea! Would it be sufficient to attach a custom payload when Wiredash is called via Wiredash.of(context).show() or would you like to be able to attach info when called through the overlay FAB? 🙂 The ability to add a custom payload is already baked into the SDK but not accessible through the frontend yet.

flschweiger avatar Jun 15 '20 14:06 flschweiger

I think both functions are useful. But I would start with Wiredash.of(context).show().

allco avatar Jun 15 '20 14:06 allco

I would also use this feature, or a similar one to register an onSubmit callback function, so I know a user is done submitting feedback.

jfritz avatar Dec 06 '20 05:12 jfritz

This would be good for adding extra information such as where the user is in the app too, without having to include a screenshot

murock avatar Nov 16 '21 14:11 murock