Skip to content

Commit 081e72c

Browse files
committed
change url project sentry
1 parent e9a6708 commit 081e72c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/utils/errors.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ const { version } = chrome.runtime.getManifest();
2121
const hostRegexp = new RegExp(new URL(chrome.runtime.getURL('/')).host, 'g');
2222

2323
const config = {
24-
tunnel: 'https://crashreporting.ghostery.net/',
25-
dsn: 'https://05c74f55666649f0b6d671b9c37f6da1@o475874.ingest.sentry.io/6447378',
26-
release: `ghostery-extension@${version}`,
24+
dsn: 'https://e1ccc60104189293f9ac2f9fd513930c@o508466.ingest.us.sentry.io/4509069245480960',
25+
release: `astian-extension@${version}`,
2726
debug: debugMode,
2827
environment: debugMode ? 'development' : 'production',
2928
// We use Sentry to track critical errors only.

0 commit comments

Comments
 (0)