update auth sentry dsn (#1439)

This commit is contained in:
Abhinav Kumar 2023-11-18 09:42:05 +05:30 committed by GitHub
commit 11705e62ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import { setupSentry } from '@ente/shared/sentry/config/sentry.config.base';
const DEFAULT_SENTRY_DSN =
'https://9466dbb7dc1e45f7865f16571d5320a9@sentry.ente.io/13';
'https://e2ccc39d811640b49602323774220955@sentry.ente.io/13';
setupSentry(DEFAULT_SENTRY_DSN);