Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python CeleryIntegration accumulates baggage header data on retry #2916

Open
tomas-sk opened this issue Mar 27, 2024 · 2 comments
Open

Python CeleryIntegration accumulates baggage header data on retry #2916

tomas-sk opened this issue Mar 27, 2024 · 2 comments
Assignees
Labels
Integration: Celery Type: Bug Something isn't working

Comments

@tomas-sk
Copy link

How do you use Sentry?

Sentry Saas (sentry.io)

Version

1.41.0

Steps to Reproduce

  1. Retry celery task within sentry transaction
  2. Each retry appends one duplicate of sentry baggage data

See attached python reproduction steps.
sentry_celery_baggage_py.txt

Expected Result

Make CeleryIntegration, possible other not duplicate baggage headers.

Actual Result

sentry_celery_baggage_log.txt

@antonpirker
Copy link
Member

Hey @tomas-sk, thanks for reporting this! Yea, this should not happen.

@antonpirker
Copy link
Member

Hey @tomas-sk ! This problem has been fixed in #2993

Can you confirm this is now also solved for you update to the newest SDK version? (I know it is a major version bump, but if you do not use Hub or configure_scope than it should be fully backwards compatible)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration: Celery Type: Bug Something isn't working
Projects
Status: Waiting for: Product Owner
Development

No branches or pull requests

2 participants