You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: