There was an error while loading. Please reload this page.
1 parent 68deb6f commit e7ccfd5Copy full SHA for e7ccfd5
src/openlayer/lib/tracing/tracer.py
@@ -21,8 +21,8 @@
21
22
_publish = utils.get_env_variable("OPENLAYER_DISABLE_PUBLISH") not in TRUE_LIST
23
_verify_ssl = (
24
- utils.get_env_variable("OPENLAYER_VERIFY_SSL", "true").lower() in TRUE_LIST
25
-)
+ utils.get_env_variable("OPENLAYER_VERIFY_SSL") or "true"
+).lower() in TRUE_LIST
26
_client = None
27
if _publish:
28
if _verify_ssl:
0 commit comments