Since we're building with konflux now, we lost the debug ids. By injecting the debug ids in konflux we regain unminified sourcemaps in sentry. Note that jenkins will continue to upload the sourcemaps, which are tied to specific releases, we just need the debug ids to be in the production artefacts.
38 lines
468 B
Text
38 lines
468 B
Text
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# vscode config
|
|
.vscode/
|
|
|
|
# ide config
|
|
.idea/
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# production
|
|
dist
|
|
|
|
# cache
|
|
.cache
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
coverage
|
|
|
|
*~
|
|
*.swp
|
|
bots
|
|
|
|
# madge graph of dependencies generated by `npm run circular:graph`
|
|
deps.png
|
|
|
|
# build directories
|
|
cockpit/public/vendor*
|
|
cockpit/public/src_*
|
|
cockpit/public/main*
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|