Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
praneeth-hakeem-patrick
/
backend
like
0
Sleeping
App
Files
Files
Community
17
8b7e482
backend
/
app
/
observability.py
Praneeth Yerrapragada
feat: initialize traceloop observability
85c6a41
6 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
import
os
from
traceloop.sdk
import
Traceloop
def
init_observability
():
Traceloop.init(disable_batch=
True
,
api_key=os.getenv(
"TRACER_API_KEY"
),
)