Giter Club home page Giter Club logo

Comments (6)

alvarorc avatar alvarorc commented on June 9, 2024 3

Hi guys, for those who still have problems with this, I found in the sentry-cli documentation that it is necessary to add the repository in the github integration. It seams like sentry need to get access to the specific repository for get the commits diff from the previous release.
Also you can specify the code mapping for your source-maps in the same place.

Screen Shot 2022-03-30 at 20 01 31

from action-release.

duhlin avatar duhlin commented on June 9, 2024 3

Thanks for your help, I've noticed that the configuration for sentry wasn't correct.
I had successfully done the mandatory steps:

  • declare a repository
  • add the integration for github action

For some reason, the integration with github wasn't configured properly. The application was registered and configured properly on github side but not listed as installed on sentry side. I've unregistered the application on github and then added the github integration on sentry.

Now the two integrations are listed:
image
and I'm finally able to collect commit info when publishing a new release.

from action-release.

mason-1009 avatar mason-1009 commented on June 9, 2024 1

Hello, everyone. I was having this same issue with a private repository of mine, where Sentry was pushing releases with the Github Action where 20+ commits would be associated with a single commit SHA and the next commit would be empty. I found that this issue was directly caused by using tags instead of SHAs for releases. If you use tags for releases, passing version: ${{ github.ref }} as an input to the release action should fix this problem. Default behavior is to use ${{ github.sha }}.

from action-release.

amjanoni avatar amjanoni commented on June 9, 2024

+1

from action-release.

FxllenCode avatar FxllenCode commented on June 9, 2024

Same issue as described above.

from action-release.

armenzg avatar armenzg commented on June 9, 2024

For future reference, this was filed using version 1.6 of this action:
image

Currently, the sentry-cli version in use is 1.67.2

"@sentry/cli": "^1.67.2"

action-release/yarn.lock

Lines 555 to 557 in 426b547

"@sentry/cli@^1.67.2":
version "1.67.2"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.67.2.tgz#dbb5631cb3637e10298f67915013592cb22f04ff"

Which was updated in July 2021 which was before this issue was filed.

It would be ideal to have an option to enable debug logging on CI. You can reproduce locally if you have sentry-cli installed on your host and you checkout the same branch:

SENTRY_AUTH_TOKEN= sentry-cli releases --log-level debug set-commits --org <sentry_slug_org> --auto

I'm using the same set up as per @duhlin I have been able to create releases with commits.
image

I have verified that I do not have code mappings for my sentry-github-actions-app repo (as per mentioned by @alvarorc ).

@duhlin do you still face this issue?

from action-release.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.