Skip to content

Commit 0ecd4cb

Browse files
authored
add slug to failed status check log (#102971)
add org slug to failed status check log ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
1 parent bfdee7b commit 0ecd4cb

File tree

1 file changed

+1
-0
lines changed
  • src/sentry/preprod/vcs/status_checks/size

1 file changed

+1
-0
lines changed

src/sentry/preprod/vcs/status_checks/size/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def create_preprod_status_check_task(preprod_artifact_id: int) -> None:
130130
extra={
131131
"artifact_id": preprod_artifact.id,
132132
"organization_id": preprod_artifact.project.organization_id,
133+
"organization_slug": preprod_artifact.project.organization.slug,
133134
},
134135
)
135136
return

0 commit comments

Comments
 (0)