From 6bbbc3d3f16beda17f72b7b05658feaf3a0b1fae Mon Sep 17 00:00:00 2001 From: Tony Xiao Date: Tue, 28 Feb 2023 15:05:45 -0500 Subject: [PATCH] chore(profiling): Rename context in profiles task This overlaps with the profile contexts which is used to associate transactions to profiles. --- src/sentry/profiles/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],