Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
re-raise exceptions from main process
Browse files Browse the repository at this point in the history
  • Loading branch information
licenseplated committed Jun 9, 2017
1 parent a0368a5 commit 45395f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traptor/traptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ def main():

dd_monitoring.increment('traptor_error_occurred',
tags=['error_type:traptor_start'])

raise e

if __name__ == '__main__':
from raven import Client
Expand Down

0 comments on commit 45395f7

Please sign in to comment.