Replies: 1 comment 2 replies
-
hi @menasheh can you share some info about your setup? Which framework and bundler? what config you went with from the wizard? Webpack or vite? Or sentry-cli? If you have webpack then the webpack.config for example and package.json with the scripts you might have custom configs there |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the sentry wizard to enable sourcemap uploads as part of the build. It works locally, but its not uploading as part of a non-production github actions based build, that uses
-m staging
for example. How can I get the sourcemap uploads working for non-prod environments?EDIT: adding my vite config:
Beta Was this translation helpful? Give feedback.
All reactions