Luke Rogers

Results 8 comments of Luke Rogers

May have a go at implementing this unless there is another way Microsoft sign-in can be supported in a Capacitor environment?

I've had success working around this by enabling the beta feature 'Use Rosetta for x86/amd64 emulation on Apple Silicon' via the docker settings.

The issue happens with the original file too. You can see this if you bind `(formDataChange)`, where you will see it's not fired until the user actually interacts with the...

Agree those changes maybe a little clumsy but at least the `(initialFormData)` is explicit and simple. Another alternative is including the initial form data in the `PdfLoadedEvent`, alongside the `pagesCount`.

We also see the same issue with our Capacitor app running Firebase 9.x release. Seems like the only way forward is to disable the breadcrumbs for now, not ideal but...

@vojto don't suppose you have any further information on this? We just upgraded to the latest Firebase version (10.10.0) and disabled the breadcrumbs but are still seeing this issue. We...

Removing `@sentry/capacitor` and just using `@sentry/angular-ivy` and disabling the breadcrumbs certainly reduces the occurrence of the issue but we are still seeing it for most iOS users. @vojto did that...

Also seeing this issue. I'll attempt to capture some logs and update this ticket. @cherylEnkidu What is it in version 10.12.0 that we might expect to resolve the issue?