Skip to content

Commit

Permalink
Advises user to use
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Aug 3, 2017
1 parent f563780 commit 32c7cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,4 +1164,8 @@ def configure_sentry(in_debug=False):
try:
PyWalletApp().run()
except:
if type(client) == Client:
Logger.info(
'Errors will be sent to Sentry, run with "--debug" if you '
'are a developper and want to the error in the shell.')
client.captureException()

0 comments on commit 32c7cfc

Please sign in to comment.