Install two versions of Sentry Client SDK
This change installs two versions of sentry that can report errors to two Sentry instances respectively. Reduces the bundle size by having the old and new Sentry SDKs in separate bundles and only loading one of them depending on the state of the feature flag. A global object is used to "re-export" the current Sentry so it can used by the clients. Changelog: changed
显示
- .eslintrc.yml 2 个添加, 0 个删除.eslintrc.yml
- app/assets/javascripts/sentry/constants.js 1 个添加, 0 个删除app/assets/javascripts/sentry/constants.js
- app/assets/javascripts/sentry/index.js 12 个添加, 4 个删除app/assets/javascripts/sentry/index.js
- app/assets/javascripts/sentry/legacy_index.js 34 个添加, 0 个删除app/assets/javascripts/sentry/legacy_index.js
- app/assets/javascripts/sentry/legacy_sentry_config.js 64 个添加, 0 个删除app/assets/javascripts/sentry/legacy_sentry_config.js
- app/assets/javascripts/sentry/sentry_browser_wrapper.js 27 个添加, 0 个删除app/assets/javascripts/sentry/sentry_browser_wrapper.js
- app/assets/javascripts/sentry/sentry_config.js 5 个添加, 34 个删除app/assets/javascripts/sentry/sentry_config.js
- app/views/layouts/_head.html.haml 4 个添加, 1 个删除app/views/layouts/_head.html.haml
- config/webpack.config.js 6 个添加, 0 个删除config/webpack.config.js
- jest.config.base.js 1 个添加, 0 个删除jest.config.base.js
- lib/gitlab/content_security_policy/config_loader.rb 14 个添加, 2 个删除lib/gitlab/content_security_policy/config_loader.rb
- package.json 2 个添加, 1 个删除package.json
- spec/features/sentry_js_spec.rb 45 个添加, 10 个删除spec/features/sentry_js_spec.rb
- spec/frontend/clusters_list/components/clusters_spec.js 4 个添加, 0 个删除spec/frontend/clusters_list/components/clusters_spec.js
- spec/frontend/clusters_list/store/actions_spec.js 4 个添加, 0 个删除spec/frontend/clusters_list/store/actions_spec.js
- spec/frontend/sentry/index_spec.js 38 个添加, 22 个删除spec/frontend/sentry/index_spec.js
- spec/frontend/sentry/legacy_index_spec.js 64 个添加, 0 个删除spec/frontend/sentry/legacy_index_spec.js
- spec/frontend/sentry/legacy_sentry_config_spec.js 215 个添加, 0 个删除spec/frontend/sentry/legacy_sentry_config_spec.js
- spec/frontend/sentry/sentry_browser_wrapper_spec.js 59 个添加, 0 个删除spec/frontend/sentry/sentry_browser_wrapper_spec.js
- spec/frontend/sentry/sentry_config_spec.js 14 个添加, 117 个删除spec/frontend/sentry/sentry_config_spec.js
加载中
想要评论请 注册 或 登录