Skip to content

Use new scopes API in Celery integration. #2851

New issue

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

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

Already on GitHub? # to your account

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

antonpirker
Copy link
Member

Relates to #2813

@antonpirker antonpirker changed the base branch from master to sentry-sdk-2.0 March 19, 2024 13:23
@antonpirker antonpirker marked this pull request as ready for review March 19, 2024 13:49
@@ -487,6 +480,7 @@ def _patch_beat_apply_entry():
# type: () -> None
original_apply_entry = Scheduler.apply_entry

@ensure_integration_enabled(CeleryIntegration, original_apply_entry)
def sentry_apply_entry(*args, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to do this for the new redbeat wrapper too once we update sentry-sdk-2.0 with current master. (Just a note for later.)

@antonpirker antonpirker merged commit eda922e into sentry-sdk-2.0 Mar 20, 2024
@antonpirker antonpirker deleted the antonpirker/new-scopes-celery branch March 20, 2024 10:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants