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
My build is minified, and I need to decompress using the CLI:
releases files v0.0.1 upload-sourcemaps --decompress build
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!
The text was updated successfully, but these errors were encountered:
Hi @louis030195 For what sentry-cli version is that option available? We're currently using 1.67.2.
1.67.2
If it's in the 2.x series this feature may need to wait.
Sorry, something went wrong.
sentry-cli 2.5.2 ☹️
sentry-cli 2.5.2
Understood, I'll use raw script in the meantime
No branches or pull requests
Local CLI
My build is minified, and I need to decompress using the CLI:
Desired GitHub action
Thanks!
The text was updated successfully, but these errors were encountered: