We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc2bd commit ed8612fCopy full SHA for ed8612f
openlayer/tracing/tracer.py
@@ -14,7 +14,7 @@
14
15
logger = logging.getLogger(__name__)
16
17
-_publish = utils.get_env_variable("PUBLISH") == "true"
+_publish = utils.get_env_variable("OPENLAYER_DISABLE_PUBLISH") != "true"
18
_streamer = None
19
if _publish:
20
_streamer = data_streamer.DataStreamer()
0 commit comments