-
Notifications
You must be signed in to change notification settings - Fork 53
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
"Sentry not part of build pipeline" when using action for source maps #164
Comments
I have a similar problem. I can see the github action working as expected (no errors). Sourcemaps and js files are uploaded as expected, and are found in Source Maps > Release Bundles as per https://docs.sentry.io/platforms/javascript/guides/vue/sourcemaps/troubleshooting_js/#verify-artifacts-are-uploaded It seems that the github action is either
It was tricky getting sourcemaps working to begin with. I try not to touch this stuff, so it was probably some kind of 0.0.1 release of the sentry npm modules that was not actually backwards compatible (not following semver)? |
Looking at the github action log, i see if I hard code the version number in the github action eg |
Sentry support asked me to migrate from manually uploading sourcemaps to using this action. Looks like it was a bad idea, since it seems same broken than the cli tool. Same/similar issue here. Super frustrated :( |
Github Sentry Action Release Bug Report
Hello, I'm trying to understand why sentry is saying "Sentry not part of build pipeline" when using this to create a release and upload source maps. Admittedly, our situation is specific in that we need to upload source maps without deploying the maps themselves to our production environment. Perhaps there is a better way to go here?
Appreciate any help you can provide!
Environment
Standard GitHub runners on ubuntu-latest, using
v1
actionSteps to Reproduce
sentry-cli sourcemaps inject out/_next/static
Expected Result
Viewing errors would un-minify the javascript.
Actual Result
I can see the artifacts associated with the release in sentry as well
The text was updated successfully, but these errors were encountered: