We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd44c8 + 0d38a36 commit 27f3391Copy full SHA for 27f3391
src/google/adk/telemetry/tracing.py
@@ -481,7 +481,6 @@ def _serialize_content_with_elision(
481
482
def _instrumented_with_opentelemetry_instrumentation_google_genai() -> bool:
483
maybe_wrapped_function = Models.generate_content
484
- print(f'{Models.generate_content.__code__.co_filename=}')
485
while wrapped := getattr(maybe_wrapped_function, '__wrapped__', None):
486
if (
487
'opentelemetry/instrumentation/google_genai'
0 commit comments