Replies: 2 comments 11 replies
-
facing same issue. @snake-py were you able to debug this? |
Beta Was this translation helpful? Give feedback.
11 replies
-
hi @snake-py can i see your vite.config.ts ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I am unsure if this is a vite related issue.
I have a react application which I monitor with Sentry (in said application I also use a component library bundled with vite). Most of the time it seems to work and I cannot reproduce it, but inside Sentry I see quite often the following error:
As far as I understand the error it seems to be related to some lazy imports. But I am unsure since none of the listed files contain a lazy import and the whole application is Wrapped in a Supsense boundary. The Sentry trace is pointing to some snippet from react (placed at the very end of the post). If I look at the stack trace it seems that the Error is originating from TanStackQuery, but I am unsure if this is really the case or if I do something wrong here.
This is the last file of the stack trace.
Maybe anyone has some insights?
Sentry:
Stack Trace:
Beta Was this translation helpful? Give feedback.
All reactions