Skip to content

Conversation

armenzg
Copy link
Member

@armenzg armenzg commented Oct 8, 2025

This would have helped us when investigating some unmerge customer issue.

This would have helped us when investigating some unmerge customer issue.
@armenzg armenzg self-assigned this Oct 8, 2025
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 8, 2025
@armenzg armenzg marked this pull request as ready for review October 8, 2025 19:36
@armenzg armenzg requested a review from a team as a code owner October 8, 2025 19:36
def unmerge(*posargs: Any, **kwargs: Any) -> None:
args = UnmergeArgsBase.parse_arguments(*posargs, **kwargs)
extra = {"source_id": args.source_id, "project_id": args.project_id}
logger.info("unmerge.start.task", extra=extra)
Copy link
Member Author

Choose a reason for hiding this comment

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

I believe @nora-shap and I would have benefited from having this.

def unmerge(*posargs: Any, **kwargs: Any) -> None:
args = UnmergeArgsBase.parse_arguments(*posargs, **kwargs)
extra = {"source_id": args.source_id, "project_id": args.project_id}
logger.info("unmerge.start.task", extra=extra)
Copy link
Member Author

Choose a reason for hiding this comment

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

This would have helped me and @nora-shap when we were debugging.

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/tasks/unmerge.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #101190      +/-   ##
===========================================
- Coverage   81.09%    81.03%   -0.06%     
===========================================
  Files        8669      8671       +2     
  Lines      384603    386293    +1690     
  Branches    24275     24275              
===========================================
+ Hits       311888    313042    +1154     
- Misses      72368     72904     +536     
  Partials      347       347              

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants