NBug
NBug copied to clipboard
Make an option to ask for user confirmation before sending each report
Use the Custom send method.
Using a Custom send method is definitely a solution. We can also add simple Send/Cancel buttons and enable disable them through a setting (though some might argue that this would add complexity too). Keeping this open for a possible future release.
though some might argue that this would add complexity too
It could also be argued that the complexity should be hidden in the library instead of recreated each time a developer wants the functionality.
True that:)