-
- Downloads
Install two versions of Sentry
This change installs two versions of sentry that can report errors to two Sentry instances respectively. Both integrations are gated behind feature flags, so administrators can flip either one independently. Changelog: changed
parent
725e7136
No related branches found
No related tags found
Showing
- .eslintrc.yml 2 additions, 0 deletions.eslintrc.yml
- app/assets/javascripts/sentry/constants.js 1 addition, 0 deletionsapp/assets/javascripts/sentry/constants.js
- app/assets/javascripts/sentry/index.js 12 additions, 4 deletionsapp/assets/javascripts/sentry/index.js
- app/assets/javascripts/sentry/legacy_index.js 34 additions, 0 deletionsapp/assets/javascripts/sentry/legacy_index.js
- app/assets/javascripts/sentry/legacy_sentry_config.js 64 additions, 0 deletionsapp/assets/javascripts/sentry/legacy_sentry_config.js
- app/assets/javascripts/sentry/sentry_browser_wrapper.js 27 additions, 0 deletionsapp/assets/javascripts/sentry/sentry_browser_wrapper.js
- app/assets/javascripts/sentry/sentry_config.js 5 additions, 34 deletionsapp/assets/javascripts/sentry/sentry_config.js
- app/views/layouts/_head.html.haml 4 additions, 1 deletionapp/views/layouts/_head.html.haml
- config/webpack.config.js 6 additions, 0 deletionsconfig/webpack.config.js
- jest.config.base.js 1 addition, 0 deletionsjest.config.base.js
- lib/gitlab/content_security_policy/config_loader.rb 14 additions, 2 deletionslib/gitlab/content_security_policy/config_loader.rb
- package.json 2 additions, 1 deletionpackage.json
- spec/features/sentry_js_spec.rb 45 additions, 10 deletionsspec/features/sentry_js_spec.rb
- spec/frontend/clusters_list/components/clusters_spec.js 4 additions, 0 deletionsspec/frontend/clusters_list/components/clusters_spec.js
- spec/frontend/clusters_list/store/actions_spec.js 4 additions, 0 deletionsspec/frontend/clusters_list/store/actions_spec.js
- spec/frontend/sentry/index_spec.js 38 additions, 22 deletionsspec/frontend/sentry/index_spec.js
- spec/frontend/sentry/legacy_index_spec.js 64 additions, 0 deletionsspec/frontend/sentry/legacy_index_spec.js
- spec/frontend/sentry/legacy_sentry_config_spec.js 215 additions, 0 deletionsspec/frontend/sentry/legacy_sentry_config_spec.js
- spec/frontend/sentry/sentry_browser_wrapper_spec.js 59 additions, 0 deletionsspec/frontend/sentry/sentry_browser_wrapper_spec.js
- spec/frontend/sentry/sentry_config_spec.js 14 additions, 117 deletionsspec/frontend/sentry/sentry_config_spec.js
... | ... | @@ -59,7 +59,6 @@ |
"@gitlab/web-ide": "0.0.1-dev-20221114183058", | ||
"@rails/actioncable": "6.1.4-7", | ||
"@rails/ujs": "6.1.4-7", | ||
"@sentry/browser": "5.30.0", | ||
"@sourcegraph/code-host-integration": "0.0.84", | ||
"@tiptap/core": "^2.0.0-beta.182", | ||
"@tiptap/extension-blockquote": "^2.0.0-beta.29", | ||
... | ... | @@ -172,6 +171,8 @@ |
"remark-rehype": "^10.1.0", | ||
"scrollparent": "^2.0.1", | ||
"select2": "3.5.2-browserify", | ||
"sentrybrowser5": "npm:@sentry/browser@5.30.0", | ||
"sentrybrowser7": "npm:@sentry/browser@^7.21.1", | ||
"sortablejs": "^1.10.2", | ||
"string-hash": "1.1.3", | ||
"style-loader": "^2.0.0", | ||
... | ... |
spec/frontend/sentry/legacy_index_spec.js
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!1748 (merged)
Please register or sign in to comment