Scale back sentry logs for trivial events (#2997)
* scale back sentry logs * update migrate log tests
This commit is contained in:
parent
1a34921661
commit
c8582924e2
7 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue