-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Yes, totally: https://docs.sentry.io/platforms/node/typescript/#sentry-sdk-and-source-maps-with-typescript |
Beta Was this translation helpful? Give feedback.
-
No, it is not currently possible to extract source code from source maps locally without uploading them to Sentry: |
Beta Was this translation helpful? Give feedback.
No, it is not currently possible to extract source code from source maps locally without uploading them to Sentry:
#5772 (reply in thread)