Skip to content
Snippets Groups Projects

Resolve "Mise en place de sentry - sge"

Merged Bastien DUMONT requested to merge 5-sentry-sge into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -77,7 +77,7 @@ async function verifyUserIdentity(
// Third try, remove address number because it's buggy on SGE side
if (!pdl) {
log('warn', 'Third chance onboarding for sge')
log('warn', 'Third try onboarding for sge')
pdl = await findUserPdl(
`${baseUrl}/enedis_SDE_recherche-point/1.0`,
apiAuthKey,
@@ -91,7 +91,7 @@ async function verifyUserIdentity(
// Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side
if (!pdl) {
log('warn', 'Fourth chance onboarding for sge')
log('warn', 'Fourth try onboarding for sge')
pdl = await findUserPdl(
`${baseUrl}/enedis_SDE_recherche-point/1.0`,
apiAuthKey,
Loading