Skip to content
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

chore: Update Sentry to newest version #3718

Merged
merged 4 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions kyma/environments/dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ config:
kubeconfigUrl: https://kyma-env-broker.cp.dev.kyma.cloud.sap/kubeconfig
SENTRY:
isEnabled: true
selectors: []
config:
dsn: >-
https://[email protected]/5953495
dsn: https://[email protected]/5953495
SHOW_KYMA_VERSION:
isEnabled: true
SHOW_GARDENER_METADATA:
Expand Down
1 change: 0 additions & 1 deletion kyma/environments/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ config:
kubeconfigUrl: https://kyma-env-broker.cp.kyma.cloud.sap/kubeconfig
SENTRY:
isEnabled: false
selectors: []
config:
dsn: ''
SHOW_KYMA_VERSION:
Expand Down
1 change: 0 additions & 1 deletion kyma/environments/stage/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ config:
kubeconfigUrl: https://kyma-env-broker.cp.stage.kyma.cloud.sap/kubeconfig
SENTRY:
isEnabled: true
selectors: []
config:
dsn: https://[email protected]/5953495
SHOW_KYMA_VERSION:
Expand Down
21 changes: 1 addition & 20 deletions kyma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions kyma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"prepare-statics": "gulp clean-statics && gulp get-statics",
"pack-wizards": "gulp pack-wizards",
"prepare-wizards": "gulp clean-wizards && gulp get-wizards",
"lint-fix": "prettier --config ./.prettierrc --write '**/*.{ts,tsx,js,jsx,json,html,css,yaml,md}' --ignore-path ./.prettierignore",
"prepare-extensibility-dev": "ENV=dev npm run prepare-extensions && ENV=dev npm run pack-extensions && ENV=dev npm run prepare-wizards && ENV=dev npm run pack-wizards && ENV=dev npm run prepare-statics && ENV=dev npm run pack-statics",
"prepare-extensibility-stage": "ENV=stage npm run prepare-extensions && ENV=stage npm run pack-extensions && ENV=stage npm run prepare-wizards && ENV=stage npm run pack-wizards && ENV=stage npm run prepare-statics && ENV=stage npm run pack-statics",
"prepare-extensibility-prod": "ENV=prod npm run prepare-extensions && ENV=prod npm run pack-extensions && ENV=prod npm run prepare-wizards && ENV=prod npm run pack-wizards && ENV=prod npm run prepare-statics && ENV=prod npm run pack-statics"
Expand All @@ -21,15 +20,6 @@
"husky": "^2.4.1",
"js-yaml": "^4.1.0",
"lint-staged": "^10.4.0",
"node-fetch": "^2.6.1",
"prettier": "^1.18.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,html,css,scss,yaml,md}": "prettier --config ./.prettierrc --write --ignore-path ./.prettierignore"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"node-fetch": "^2.6.1"
}
}
Loading
Loading