Merge pull request #322 from ente-io/update-sentry-dsn

Update Sentry DSN also
This commit is contained in:
Manav Rathi 2024-02-21 14:07:23 +05:30 committed by GitHub
commit cd723d7d33
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://d07335b164972be76241355272e726d4@sentry.ente.io/5';
const SENTRY_DSN = 'https://759d8498487a81ac33a0c2efa2a42c4f@sentry.ente.io/9';
const RELEASE_VERSION = require('../../package.json').version;