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

can not get any sourcemap files when i had set sourcemaps #73

Closed
weirui88888 opened this issue Oct 19, 2021 · 2 comments
Closed

can not get any sourcemap files when i had set sourcemaps #73

weirui88888 opened this issue Oct 19, 2021 · 2 comments

Comments

@weirui88888
Copy link

below is my action

 - name: Send Release To Sentry
    uses: getsentry/action-release@v1
    env:
      SENTRY_AUTH_TOKEN: "xxx"
      SENTRY_ORG: "xxx"
      SENTRY_PROJECT: "xxx"
      SENTRY_URL: "xxx"
    with:
      environment: "production"
      sourcemaps: "./dist/assets"
      version: ${{ github.sha }}
      set_commits: "skip"
      url_prefix: "~/sentry-config-test/assets"

Expected Result

i hope i can upload sourcemap successful!!!

Actual Result

image

@kevinszuchet
Copy link

Hi @weirui88888, have you made any progress with this?

@smeubank
Copy link
Member

#69 (comment)

this is the same error as mentioned in this other issue, i will close this as a duplicate. But as stated in the other issue, I reocgnize that we need to improve documentation to for this case, at the very least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants