we currently only show the slack link, but we should optionally show the support email
@modify_exceptions(show_email=True)
def something():
pass
code:
|
def modify_exceptions(fn): |
we can do something like this to prevent API breaks: https://stackoverflow.com/a/39335652/709975