In the event of errors on the add-on side, the user will be shown a snackbar with the error and a button to send an email with the error stack to the developer's support email.

A more effective approach would be to handle errors within the add-on by setting up proper alerting and using the context.showSnackbar(text, snackbarLevel) method to display a user-friendly error message to the user.