Source maps detected on local server but not on S3 #9349
Unanswered
jsonthepython
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @jsonthepython - could you file a support request via https://github.com/getsentry/sentry/issues/new?assignees=&labels=&projects=&template=support.yml? That will help us help you solve this faster! Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We run a react app on S3. Our CI/CD script uploads the source maps as follows:
Debug IDs are correctly injected as you can see in the artifact bundle:
However, source maps are not found when an issues is sent to sentry:
Note:
BoxOption.module.scss
is not part of the page where the error occuredI decided to download my S3 bucket and serve the content locally using
npx serve
.As you can see, it is working correctly:

In component stack, we can see that the files are the same but not line and column numbers.
I can't figure out what's the difference between S3 and local server (except https and url prefix)
Can you help me ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions