Explorar el Código

checking sentryenv value

Abhinav-grd hace 4 años
padre
commit
c3fdcea631
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sentry.client.config.js

+ 1 - 1
sentry.client.config.js

@@ -2,7 +2,7 @@ import * as Sentry from '@sentry/nextjs';
 
 const SENTRY_DSN = process.env.SENTRY_DSN ?? 'https://860186db60c54c7fbacfe255124958e8@errors.ente.io/4';
 const SENTRY_ENV = process.env.SENTRY_ENV ?? 'development';
-
+console.log(SENTRY_ENV);
 Sentry.init({
     dsn: SENTRY_DSN,
     enabled: SENTRY_ENV !== 'development',