Skip to content

Commit

Permalink
Merge pull request #75 from codecov/issue-362
Browse files Browse the repository at this point in the history
feat: Add cron monitoring for celery tasks (#362)
  • Loading branch information
JerrySentry committed Aug 28, 2023
2 parents 4ce0025 + ff10034 commit aca010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize_sentry() -> None:
environment=os.getenv("DD_ENV", "production"),
traces_sample_rate=float(os.environ.get("SERVICES__SENTRY__SAMPLE_RATE", 1)),
integrations=[
CeleryIntegration(),
CeleryIntegration(monitor_beat_tasks=True),
SqlalchemyIntegration(),
RedisIntegration(),
HttpxIntegration(),
Expand Down

0 comments on commit aca010e

Please sign in to comment.