|
Sentry shows code snippets for errors. If the code is compiled from typescript and executed using However, it seems to be required to have the original .ts files present during execution, or else there will be no snippets. Is it possible for Sentry to get these snippets from the source map files? It should have everything that's required for this. |
Answered by
Loskir
Sep 23, 2022
Replies: 2 comments 6 replies
|
Yes, totally: https://docs.sentry.io/platforms/node/typescript/#sentry-sdk-and-source-maps-with-typescript |
6 replies
|
No, it is not currently possible to extract source code from source maps locally without uploading them to Sentry: |
0 replies
Answer selected by
Loskir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it is not currently possible to extract source code from source maps locally without uploading them to Sentry:
#5772 (reply in thread)