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.
1 parent ad1fc4a commit 178cfc5Copy full SHA for 178cfc5
assets/error-tracking.js
@@ -8,5 +8,6 @@ if (!/localhost/i.test(location.hostname)) {
8
environment:
9
location.hostname === 'busrouter.sg' ? 'production' : 'development',
10
debug: /localhost/i.test(location.hostname),
11
+ allowUrls: [/busrouter\.sg/, /localhost/],
12
});
13
}
0 commit comments