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

Sourcemaps fail: Rewriting sources error: got 8 segments, expected 4 or 5 #190

Closed
jbergstroem opened this issue Apr 17, 2024 · 1 comment

Comments

@jbergstroem
Copy link

jbergstroem commented Apr 17, 2024

Github Sentry Action Release Bug Report

The action fails to upload sourcemaps (but exits successfully - perhaps expose --strict?) in the rewrite step.

Environment

Using github runners on ubuntu-latest with the v1 tag

Steps to Reproduce

name: Create Sentry Release
on:
  push:
    branches:
      - main

  create_sentry_release:
    runs-on: ubuntu-22.04
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - uses: oven-sh/setup-bun@v1

      - name: Install dependencies
        run: bun install

      - name: Generate sourcemap
        run: bun run build

      - name: Create Sentry Release and upload sourcemap
        uses: getsentry/action-release@v1
        env:
          SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
          SENTRY_ORG: ${{ vars.SENTRY_ORG }}
          SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
        with:
          environment: production
          sourcemaps: ./dist

Actual Result

The rewrite step should work.

@jbergstroem
Copy link
Author

Thinking this bug rather belongs to the sentry-cli repo. It seems to be related to parsing sourcemaps from bun.

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

Successfully merging a pull request may close this issue.

1 participant