SentryFeedback extension

Extension on FeedbackController in order to make it easier to call showAndUploadToSentry.

on

Methods

showAndUploadToSentry({Hub? hub, String? name, String? email}) → void
This method opens the feedback ui and the users feedback is uploaded to Sentry after the user submitted his feedback. name and email are optional. They are shown in the Sentry.io ui.s
showAndUploadToSentryWithException({Hub? hub, String? name, String? email, Object? exception, StackTrace? stackTrace}) → void
This method opens the feedback ui and the users feedback is uploaded to Sentry after the user submitted his feedback. name and email are optional. They are shown in the Sentry.io ui.s