if use ‘.sentryclirc’ set verify_ssl could work.
api docs writes:
(http.verify_ssl):
This can be used to disable SSL verification when set to false. You should never do that unless you are working with a known self signed server locally.
but i cant understand how to config in shell. tried many times and failed
eg.
How to use env configuration to config ssl_veirfy.
.sentryclirc and set webpack could work ,but i dont want to do that. cas it will invade code,
Our project so many. so I want to use env value to upload sourcemap durding CICD.
If you need to set verify_ssl to false, that means your certificates are not trusted globally. Based on the docs, I don’t think you can set this via env variables.