update sentry dsn

This commit is contained in:
Abhinav 2024-02-09 16:35:55 +05:30
parent c6711742fc
commit 4ef25375f5

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;