webpack-sentry-plugin icon indicating copy to clipboard operation
webpack-sentry-plugin copied to clipboard

Some js.map files are not uploaded

Open XavierShi opened this issue 4 years ago • 3 comments

Hi,I have some problems: some js.map files are not uploaded. This is my config image This is the uploaded souceMap file image Now you can see some sourceMap files are not uploaded.Can you tell me how to solve this problem?

XavierShi avatar Apr 27 '20 11:04 XavierShi

Hi there! Are you seeing any console warnings or errors logged? If you remove the deleteAfterCompile setting, do sourcemaps for those files appear in the build output?

schneidmaster avatar Apr 27 '20 20:04 schneidmaster

I don’t see any console warnings or errors logged.And i remove the deleteAfterCompile setting or change to false,the sourcemap file will be displayed in the dist folder but part of it will not be in the sentry list.

This is dist folder: image

This is sentry artifacts list: image

And I found that some files that could not be uploaded are not uploaded every time. For example, home.hash.js.map is not uploaded every time. I wonder if it is caused by too many uploaded files(30+ file). Or it is caused by rejectUnauthorized setting not verifying the SSL certificate?

XavierShi avatar Apr 28 '20 03:04 XavierShi

@XavierShi 请问你解决这个问题了么

feEden avatar Sep 02 '21 11:09 feEden