Use @sentry/browser SDK instead of raven-js
- Use @sentry/browser SDK instead of raven-js - Update raven-js config/init to use Sentry - Update webpack config to use new Sentry SDK - Update raven-js specs for @sentry/browser - Use new @sentry/browser methods - Use latest @sentry/browser version - Update SentryJS sample rate - Update deprecated config values in SentryJS - Set TODO to remove IGNORE_ERRORS from Sentry - Update spec for BLACKLIST_URLS - Rename/rework raven_js_spec to sentry_js_spec - Move SAMPLE_RATE to const to fix spec - Update and migrate Sentry specs to Jest - Update sentry_js rspec
Showing
... | ... | @@ -40,6 +40,7 @@ |
"@gitlab/svgs": "^1.79.0", | ||
"@gitlab/ui": "7.0.0", | ||
"@gitlab/visual-review-tools": "1.0.3", | ||
"@sentry/browser": "^5.7.1", | ||
"apollo-cache-inmemory": "^1.5.1", | ||
"apollo-client": "^2.5.1", | ||
"apollo-link": "^1.2.11", | ||
... | ... | @@ -109,7 +110,6 @@ |
"prosemirror-markdown": "^1.3.0", | ||
"prosemirror-model": "^1.6.4", | ||
"raphael": "^2.2.7", | ||
"raven-js": "^3.22.1", | ||
"raw-loader": "^3.1.0", | ||
"sanitize-html": "^1.16.1", | ||
"select2": "3.5.2-browserify", | ||
... | ... |
Please register or sign in to comment