How to stop Blazor WASM release module exceptions from producing detailed stack traces #60809
Unanswered
KieranDevvs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I understand that nothing in the client can be secured, id like to not have my Blazor app spit out detailed stack traces of my application. My assumption was that once the binaries were compiled to release WASM modules, source details would be stripped from the assembly, is this not the case?
Beta Was this translation helpful? Give feedback.
All reactions