You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that others had mentioned this library as a possible reason for this in this issue in Sentry: getsentry/sentry-javascript#2546
We see this error after 3 retries, after the third Failed to load Google Maps script, retrying in 24 ms. we see this error.
I've had to make a lot of assumptions so sorry if I'm wrong about this, I'm piecing what I can together from logs as I haven't been able to reproduce this myself. But I'm wondering if the error has to be handled differently in the loadErrorCallback function.
The text was updated successfully, but these errors were encountered:
Hello!
We are currently using google-map-react in production which has this project as a dependency.
We've recently been seeing lots of errors in Sentry:
Event: Non-Error promise rejection captured with keys: currentTarget, isTrusted, target, type
With the object:
I saw that others had mentioned this library as a possible reason for this in this issue in Sentry: getsentry/sentry-javascript#2546
We see this error after 3 retries, after the third
Failed to load Google Maps script, retrying in 24 ms.
we see this error.I've had to make a lot of assumptions so sorry if I'm wrong about this, I'm piecing what I can together from logs as I haven't been able to reproduce this myself. But I'm wondering if the error has to be handled differently in the loadErrorCallback function.
The text was updated successfully, but these errors were encountered: