Scale back sentry logs for trivial events (#2997)

* scale back sentry logs

* update migrate log tests
This commit is contained in:
Hailey
2024-02-26 20:19:06 -08:00
committed by GitHub
parent 1a34921661
commit c8582924e2
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ export function reducer(
})
if (s.activeStep !== state.activeStep) {
logger.info(`onboarding: step changed`, {activeStep: state.activeStep})
logger.debug(`onboarding: step changed`, {activeStep: state.activeStep})
}
return state