I dont want config in front-end project, so used the environment variable to config.
My sentry domain is ‘https’ agreement
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.
export SENTRY_URL=https://sentry.h*****n.com/
export SENTRY_AUTH_TOKEN=*******
export SENTRY_ORG=sentry
export SENTRY_PROJECT=dmp-admin-center-web
export SENTRY_LOG_LEVEL=debug
export http_verify_ssl=false
./node_modules/.bin/sentry-cli info
help me, please
