update sentry dsn

This commit is contained in:
Abhinav 2023-03-10 16:49:58 +05:30
parent 6e461d9969
commit 9cd233842e

View file

@ -3,7 +3,7 @@ export const ENV_PRODUCTION = 'production';
export const getSentryDSN = () =>
process.env.NEXT_PUBLIC_SENTRY_DSN ??
'https://60abb33b597c42f6a3fb27cd82c55101@sentry.ente.io/2';
'https://bd3656fc40d74d5e8f278132817963a3@sentry.ente.io/2';
export const getSentryENV = () =>
process.env.NEXT_PUBLIC_SENTRY_ENV ?? ENV_PRODUCTION;