Charles Lewis

Results 30 comments of Charles Lewis

I have been having issues with this too, any help would be great. I have been currently doing this in my Github Action and the source maps don't work. ```...

@AbhiPrasad thanks for the prompt reply. Are you able to share an example of how I would achieve this using the official Github Action? There appears to only be one...

I have confirmed the source maps are uploading, but just not linking correctly to the code.

@AbhiPrasad I was able to get the source maps working using the `sentry-upload-sourcemaps` util created by the sentry team ([I got the reference here](https://github.com/getsentry/sentry-javascript/tree/master/packages/remix)). I can now confirm source maps...

@AbhiPrasad I have confirmed this is due to the source maps not being uploaded for the server build. Is this expected or a bug in the `sentry-upload-sourcemaps` util?

@AbhiPrasad for more context, when building a remix project there are two build folders that are generated. 1. ~/build 2. ~/public/build The first is for the server that is running...

I am not sure if I will, I'll update here if I get a chance! 🙂

@AbhiPrasad I haven't had a chance to look at this yet 😓 have you had any success?

I have been able to reproduce very similar behaviour by using the example in this demo on [vitest](https://github.com/vitest-dev/) repo - https://github.com/vitest-dev/vitest/tree/main/examples/react-testing-lib-msw. If you duplicate the GraphQL test and run the...

@kettanaito thanks for the reply, hope you had a great weekend! I'll review my tests again to see if there is any async calls that are not being met. If...