Skip to content

Release v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 13:02
· 25 commits to main since this release

What's Changed

Celery Integration

  • allow specifying task names to include / exclude from tracking:

    CelerySystemIntegration(include=["my.tasks..*"], exclude=[".*healthcheck.*"])

Full Changelog: v1.2.0...v1.3.0