Skip to content

Commit

Permalink
fix: add Sentry integration in launch-export CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 8, 2024
1 parent 489e4f3 commit 666ec6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openfoodfacts_exports/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ def launch_export(flavor: Flavor) -> None:
from openfoodfacts.utils import get_logger

from openfoodfacts_exports.tasks import export_job
from openfoodfacts_exports.utils import init_sentry

# configure root logger
get_logger()
init_sentry()
export_job(flavor)

0 comments on commit 666ec6c

Please sign in to comment.