diff --git a/scripts/compute_time_listings b/scripts/compute_time_listings index d13eefad9..c16ac34c0 100755 --- a/scripts/compute_time_listings +++ b/scripts/compute_time_listings @@ -44,6 +44,9 @@ export TIMES="$3" echo "Starting $THING_CLS processing" +# enable reporting to sentry +export REDDIT_ERRORS_TO_SENTRY=1 + THING_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-thing.dump DATA_DUMP=$TMPDIR/$THING_CLS-$INTERVAL-data.dump function clean_up {