We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aee4a6 + cb94aca commit a421ee9Copy full SHA for a421ee9
src/index.tsx
@@ -11,7 +11,7 @@ import './index.pcss';
11
import StyleConfig from './config/StyleConfig';
12
import * as Sentry from '@sentry/react';
13
14
-if (window.location.href == 'https://neodash.graphapp.io/' || window.location.href == 'http://neodash.graphapp.io/') {
+if (window.location.href.includes('//neodash.graphapp.io/')) {
15
Sentry.init({
16
dsn: 'https://[email protected]/4505397810167808',
17
allowUrls: [/^https:\/\/neodash\.graphapp\.io/, /^http:\/\/neodash\.graphapp\.io/],
0 commit comments