wiredash-sdk
wiredash-sdk copied to clipboard
Feature request: Attach a custom text for the report.
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.
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.
I think both functions are useful.
But I would start with Wiredash.of(context).show().
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.
This would be good for adding extra information such as where the user is in the app too, without having to include a screenshot