Skip to content

Build(deps): bump sentry-sdk[fastapi] from 2.1.1 to 2.2.0

Ronan Amicel requested to merge dependabot-pip-sentry-sdk-fastapi--2.2.0 into main

Bumps sentry-sdk[fastapi] from 2.1.1 to 2.2.0.

Release notes

Sourced from sentry-sdk[fastapi]'s releases.

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

Changelog

Sourced from sentry-sdk[fastapi]'s changelog.

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

Commits
  • 1475b34 meta: Update CHANGELOG.md
  • 573d321 release: 2.2.0
  • 06efff3 Add tags + data passing functionality to @​ai_track (#3071)
  • 0d7a6f7 feat: Add last_event_id to top-level api
  • 92a3698 feat(scope): Add last_event_id to Scope
  • 94a6c2a fix(tracing): Only propagate headers from spans within transactions
  • a02eb9c feat(celery): Set "messaging.system" on span
  • 68332d8 feat(celery): Set task ID on span
  • ff10b77 feat: Send Celery retry count
  • 72ac630 feat(celery): Send queue name to Sentry
  • Additional commits viewable in compare view

Merge request reports