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

Support for decompressing gzip build (--decompress cli argument) #107

Open
louis030195 opened this issue Aug 31, 2022 · 2 comments
Open

Comments

@louis030195
Copy link

Local CLI

My build is minified, and I need to decompress using the CLI:

releases files v0.0.1 upload-sourcemaps --decompress build

Desired GitHub action

  name: Create Sentry release
  uses: getsentry/[email protected]
  env:
    SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
    SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
    SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
  with:
    environment: production
    sourcemaps: "./build"
    version: "${{ env.VERSION }}"
+   decompress: true

Thanks!

@armenzg
Copy link
Member

armenzg commented Sep 6, 2022

Hi @louis030195 For what sentry-cli version is that option available? We're currently using 1.67.2.

If it's in the 2.x series this feature may need to wait.

@louis030195
Copy link
Author

sentry-cli 2.5.2 ☹️

Understood, I'll use raw script in the meantime

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

2 participants