webpack-sentry-plugin
webpack-sentry-plugin copied to clipboard
Some js.map files are not uploaded
Hi,I have some problems: some js.map files are not uploaded.
This is my config
This is the uploaded souceMap file
Now you can see some sourceMap files are not uploaded.Can you tell me how to solve this problem?
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?
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:
This is sentry artifacts list:
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 请问你解决这个问题了么