From 1d0dda280a54ef674fd8d319caa19085f43858e6 Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Fri, 7 Oct 2016 13:59:39 -0700 Subject: [PATCH] compute_time_listings: Report exceptions to Sentry --- scripts/compute_time_listings | 3 +++ 1 file changed, 3 insertions(+) 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 {