This commit is contained in:
Eric Bailey
2023-11-28 14:27:47 -06:00
committed by GitHub
parent 0880295e21
commit 11bb077045
+1 -1
View File
@@ -292,7 +292,7 @@ if (env.IS_DEV && !env.IS_TEST) {
logger.addTransport(consoleTransport)
/**
* Uncomment this to Sentry transport in dev
* Comment this out to disable Sentry transport in dev
*/
logger.addTransport(sentryTransport)
} else if (env.IS_PROD) {