mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
[web] Fix error: Cannot read properties of undefined (reading 'startsWith') (#26844)
https://overleaf.sentry.io/issues/6726737555/ GitOrigin-RevId: 488b64c5cb4a75ac4e77c7cdfb47cd3381a9c8eb
This commit is contained in:
@@ -22,7 +22,7 @@ const isPropensityNetworkError = (err: ErrorEvent) => {
|
||||
}
|
||||
|
||||
return Boolean(
|
||||
errorBreadcrumbs[0].data?.url.startsWith(
|
||||
errorBreadcrumbs[0]?.data?.url?.startsWith(
|
||||
'https://analytics.propensity.com/'
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user