Where are the source map files for the frontend? #5860
Unanswered
larsblumberg
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I think currently vite doesn't output source map, it's probably an option in vite config we could expose |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Coming in 0.8.17, check out the prerelease https://github.com/orgs/reflex-dev/discussions/5924 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to see a stack trace for frontend errors (such as null pointer errors) on the production frontend app.
Therefore I usually upload the source map files to Sentry and install Sentry JS into the frontend app.
Can anyone share experience with Reflex and frontend source maps?
Beta Was this translation helpful? Give feedback.
All reactions