diff --git a/src/sentry/profiles/task.py b/src/sentry/profiles/task.py index 3b839fedc914ce..d9274ce2f9e6bd 100644 --- a/src/sentry/profiles/task.py +++ b/src/sentry/profiles/task.py @@ -49,7 +49,7 @@ def process_profile_task( event_id = profile["event_id"] if "event_id" in profile else profile["profile_id"] sentry_sdk.set_context( - "profile", + "profile_metadata", { "organization_id": profile["organization_id"], "project_id": profile["project_id"],