We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4101a3 commit b11af55Copy full SHA for b11af55
schematic_api/api/routes.py
@@ -82,7 +82,6 @@ def set_up_tracing() -> None:
82
trace.get_tracer_provider().add_span_processor(
83
BatchSpanProcessor(OTLPSpanExporter())
84
)
85
- print("going through here")
86
elif tracing_export == "file":
87
timestamp_millis = int(time.time() * 1000)
88
file_name = f"otel_spans_integration_testing_{timestamp_millis}.ndjson"
0 commit comments