Skip to content

Commit

Permalink
compute_time_listings: Report exceptions to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 committed Oct 19, 2016
1 parent 3328493 commit 1d0dda2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/compute_time_listings
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1d0dda2

Please sign in to comment.