-
- Downloads
Merge branch 'mrincon-sentry-double-integration' into 'master'
Install two versions of Sentry Client SDK See merge request !102790 Merged-by:Mike Greiling <mike@pixelcog.com> Approved-by:
Dominic Couture <dcouture@gitlab.com> Approved-by:
Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by:
Richard Chong <rchong@gitlab.com> Approved-by:
Jon Jenkins <jjenkins@gitlab.com> Approved-by:
Sean McGivern <sean@gitlab.com> Approved-by:
Mike Greiling <mike@pixelcog.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
No related branches found
No related tags found
Pipeline #707088298 passed
Stage: sync
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: notify
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 !100970 (merged)
-
mentioned in merge request !99548 (merged)
-
mentioned in merge request !102703 (merged)
-
mentioned in merge request !105189 (merged)
-
mentioned in merge request !104752 (merged)
-
mentioned in commit b9515184
-
mentioned in commit dfecaaa2
-
mentioned in commit 24aee469
Please register or sign in to comment