Sentry Sourcemaps - Client Code, Web.browser

Hi everyone!

I’m having trouble with source maps not matching stack traces in Sentry.

I’m using the default meteor build command to generate the source maps and uploading them with the following command:

$ sentry-cli releases files 93.0.0 upload --org orgName --project client ./buildoutput/talent/bundle/programs/web.browser

The upload completes successfully, as shown in the log:
image

However, when I check the stack traces, the code is still minified.

Has anyone encountered this issue before? How can I properly match the source maps with the minified files?

Packages installed:

  • zodern:standard-minifier-js
  • zodern:hide-production-sourcemaps

Any help would be greatly appreciated!