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 e9a6708 commit 081e72cCopy full SHA for 081e72c
src/utils/errors.js
@@ -21,9 +21,8 @@ const { version } = chrome.runtime.getManifest();
21
const hostRegexp = new RegExp(new URL(chrome.runtime.getURL('/')).host, 'g');
22
23
const config = {
24
- tunnel: 'https://crashreporting.ghostery.net/',
25
- dsn: 'https://05c74f55666649f0b6d671b9c37f6da1@o475874.ingest.sentry.io/6447378',
26
- release: `ghostery-extension@${version}`,
+ dsn: 'https://e1ccc60104189293f9ac2f9fd513930c@o508466.ingest.us.sentry.io/4509069245480960',
+ release: `astian-extension@${version}`,
27
debug: debugMode,
28
environment: debugMode ? 'development' : 'production',
29
// We use Sentry to track critical errors only.
0 commit comments