We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e043be commit 7e8f070Copy full SHA for 7e8f070
1 file changed
langfuse/_client/resource_manager.py
@@ -173,6 +173,7 @@ def _initialize_instance(
173
self.sample_rate = sample_rate
174
self.blocked_instrumentation_scopes = blocked_instrumentation_scopes
175
self.additional_headers = additional_headers
176
+ self.tracer_provider = None
177
178
# OTEL Tracer
179
if tracing_enabled:
0 commit comments