Skip to content
Snippets Groups Projects

Install two versions of Sentry Client SDK

Merged Miguel Rincon requested to merge mrincon-sentry-double-integration into master
All threads resolved!
Compare and
15 files
+ 317
181
Compare changes
  • Side-by-side
  • Inline
Files
15
import { __ } from '~/locale';
// TODO: Remove in favor of https://gitlab.com/gitlab-org/gitlab/issues/35144
export const IGNORE_ERRORS = [
// Random plugins/extensions
'top.GLOBALS',
Loading