Skip to content

[Feature Request] Callback Errors on production environments with Debug=False #2348

Closed
@BSd3v

Description

Is your feature request related to a problem? Please describe.
When errors occur during callbacks on a production environment, with debug=False. This breaks the production and more than likely restarts the worker.

Describe the solution you'd like
When starting up the server, allow for a mailbox item like smtp to be passed in order to send error alerts with traceback messages to the identified email address. ie app.run(mail=mail, error_to=emailaddress) Then, when an error occurs, raise PreventUpdate or some other standard error message, along the lines of "IT has been notified of the error that just occurred."

Describe alternatives you've considered
Wrapping all callbacks with the try except clause where an alert is sent to my email.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions