Merge pull request #319 from ente-io/update-dsn

update sentry DSN
This commit is contained in:
Manav Rathi 2024-02-09 16:37:42 +05:30 committed by GitHub
commit 8643045f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ const MAX_LOG_SIZE = 50 * 1024 * 1024; // 50MB
const FILE_STREAM_CHUNK_SIZE: number = 4 * 1024 * 1024;
const SENTRY_DSN = 'https://28650eea457d43538bd450b20e3c4efd@sentry.ente.io/8';
const SENTRY_DSN = 'https://d07335b164972be76241355272e726d4@sentry.ente.io/5';
const RELEASE_VERSION = require('../../package.json').version;