Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when associating multiple projects with the same release, commits are only shown for latest added project #67991

Open
alexanderhofstaetter opened this issue Mar 31, 2024 · 3 comments

Comments

@alexanderhofstaetter
Copy link

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

we have two gitlab repos/projects: frontend and backend

for each repo we do:

  • export SENTRY_PROJECT=<repo_name>
  • sentry-cli releases new "app@1.0.0"
  • sentry-cli releases set-commits --auto "app@1.0.0"
  • sentry-cli releases finalize "app@1.0.0"

however, when checking the releases ui we see only the commits displayed from the latest added repo/project.

We see no errorrs, and commits definitly arrive in sentry - e.g. when we start adding the sentry release and commits for the first frontend project, we see them in the UI, however, as soon as we add the backend commits, the frontend commits are not shown anymore"

gitlab integration is configured and all projects are linked with repos

Expected Result

sentry-cli releases set-commitsshould seperate added commits based on the project and link to the correct path / repo and show all commits from both repos, not only the latest added.

when i open a release detail page for a project I would like to see the commits only for the repo

Actual Result

releases and projects are there:

image

however for both projects the frontend commits and files changes are shown:

frontend release details:
image

backend release details:
image

problem: the commits shown in the

Product Area

Releases

Link

No response

DSN

No response

Version

24.3.0

@getsantry
Copy link
Contributor

getsantry bot commented Mar 31, 2024

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Apr 1, 2024

Routing to @getsentry/product-owners-releases for triage ⏲️

@Dhrumil-Sentry
Copy link

Thanks for this feedback, Adding this to our backlog, we will comment on this issue once we have any updates

@alexanderhofstaetter alexanderhofstaetter changed the title when associating multiple projects with the same release, commits are only showed for latest added project when associating multiple projects with the same release, commits are only shown for latest added project Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants