We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The action fails to upload sourcemaps (but exits successfully - perhaps expose --strict?) in the rewrite step.
--strict
Using github runners on ubuntu-latest with the v1 tag
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
The rewrite step should work.
The text was updated successfully, but these errors were encountered:
Thinking this bug rather belongs to the sentry-cli repo. It seems to be related to parsing sourcemaps from bun.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
Actual Result
The rewrite step should work.
The text was updated successfully, but these errors were encountered: