summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sentry/legacy_sentry_config.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/sentry/legacy_sentry_config.js')
-rw-r--r--app/assets/javascripts/sentry/legacy_sentry_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/sentry/legacy_sentry_config.js b/app/assets/javascripts/sentry/legacy_sentry_config.js
index 50a943886db..ae9ae327544 100644
--- a/app/assets/javascripts/sentry/legacy_sentry_config.js
+++ b/app/assets/javascripts/sentry/legacy_sentry_config.js
@@ -1,7 +1,7 @@
import * as Sentry5 from 'sentrybrowser5';
import $ from 'jquery';
import { __ } from '~/locale';
-import { IGNORE_ERRORS, DENY_URLS, SAMPLE_RATE } from './constants';
+import { IGNORE_ERRORS, DENY_URLS, SAMPLE_RATE } from './legacy_constants';
const SentryConfig = {
IGNORE_ERRORS,