Skip to content

Commit 1e5cf9d

Browse files
NicoHinderlingClaude Opus 4.6claude
authored andcommitted
ref(preprod): Add organization_slug to size analysis log (#112194)
Add `organization_slug` to the size analysis metrics log entry in preprod tasks for easier debugging and log correlation when investigating size analysis issues. --------- Co-authored-by: Claude Opus 4.6 <noreply@example.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7ac69e6 commit 1e5cf9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/preprod/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ def _assemble_preprod_artifact_size_analysis(
562562
"was_created": was_created,
563563
"project_id": project.id,
564564
"organization_id": org_id,
565+
"organization_slug": organization.slug,
565566
},
566567
)
567568

0 commit comments

Comments
 (0)