Skip to content

Commit

Permalink
sentry exception added
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushK52 committed Nov 7, 2023
1 parent 1b921b7 commit 928e611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ def main():
try:
main()
except Exception as e:
# sentry_sdk.capture_exception(e)
sentry_sdk.capture_exception(e)
raise e

0 comments on commit 928e611

Please sign in to comment.