We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug On the front-end error reports on Glitchtip (e.g. https://app.glitchtip.com/digital-commons-coop/issues/1775542), the stacktraces are not readable since the code is minified and we haven't given Glitchtip the sourcemaps.
Adding sourcemaps is apparently supported by Glitchtip using the sentry-cli, which we can maybe add to our deploy script https://gitlab.com/glitchtip/glitchtip/-/issues/13 https://glitchtip.com/blog/2022-04-25-glitchtip-1-12 https://gitlab.com/glitchtip/glitchtip-backend/-/issues/322 <-- a recent issue which might be helpful
Fixing this will allow us to analyse errors and identify bugs much more easily.
Expected behaviour We can see the un-minified stacktrace of front-end errors on Glitchtip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On the front-end error reports on Glitchtip (e.g. https://app.glitchtip.com/digital-commons-coop/issues/1775542), the stacktraces are not readable since the code is minified and we haven't given Glitchtip the sourcemaps.
Adding sourcemaps is apparently supported by Glitchtip using the sentry-cli, which we can maybe add to our deploy script
https://gitlab.com/glitchtip/glitchtip/-/issues/13
https://glitchtip.com/blog/2022-04-25-glitchtip-1-12
https://gitlab.com/glitchtip/glitchtip-backend/-/issues/322 <-- a recent issue which might be helpful
Fixing this will allow us to analyse errors and identify bugs much more easily.
Expected behaviour
We can see the un-minified stacktrace of front-end errors on Glitchtip
The text was updated successfully, but these errors were encountered: