from traceloop.sdk import Traceloop # TRACELOOP_BASE_URL=https://ingestor:8080 def init(app_name: str): Traceloop.init(app_name, disable_batch=True)