@reedrichards wrote:
Hi,
I have deployed
Sentryin my app in production since a couple of days and I’m now getting a couple of exception report following the initialization of the translations.A typical stacktrace looks like:
xhr GET ./assets/i18n/en.json [0] sentry [object Object] console ERROR [object Object] sentry [object Object]Did anyone already faced these issues? Did you manage to solve them?
I’m unfortunately so far not able to reproduce these errors, therefore I would really appreciate any hints!
P.S.: Right now, my only idea is that maybe initializing the translation in the constructor of
app.component.tsmay be sometimes too fast? Should I init these only ondevice.readyor inngOnInit?
Posts: 1
Participants: 1
