compute_time_listings: Report exceptions to Sentry

This commit is contained in:
Brian Simpson
2016-10-07 13:59:39 -07:00
parent 3328493ef5
commit 1d0dda280a

View File

@@ -44,6 +44,9 @@ export TIMES="$3"
echo "Starting $THING_CLS processing" echo "Starting $THING_CLS processing"
# enable reporting to sentry
export REDDIT_ERRORS_TO_SENTRY=1
THING_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-thing.dump THING_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-thing.dump
DATA_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-data.dump DATA_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-data.dump
function clean_up { function clean_up {