You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to configure sentry source maps for flex project template but ended up the errors reported still showing minified version of the code.
What i did was configure sentry to the project and added those manual steps to my custom pipeline to build the project before deploy and release
- npm run build
- npm run deploy -- --changelog="Deploy from CI/CD for commit ${BITBUCKET_COMMIT:0:7}" --description="Release from CI/CD for commit ${BITBUCKET_COMMIT:0:7}"
- npm run release -- --name="Release from CI/CD for commit ${BITBUCKET_COMMIT:0:7}" --description="Release from CI/CD for commit ${BITBUCKET_COMMIT:0:7}"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to configure sentry source maps for flex project template but ended up the errors reported still showing minified version of the code.
What i did was configure sentry to the project and added those manual steps to my custom pipeline to build the project before deploy and release
and my build script was configured as follows
Sentry View
I would like to understand what I am doing wrong here. Any help is appreciated
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions