Files
Michael Safyan b8018c5262 Ensure that the Google GenAI SDK instrumentation correctly populates "finish_reasons" on the span. (#3417)
* Fix bug where 'gen_ai.response.finish_reasons' was not being correctly populated.

* Update changelog.

* Reformat with ruff.
2025-04-15 16:06:59 -04:00

994 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Restructure tests to keep in line with repository conventions (#3344)

  • Fix bug where span attribute gen_ai.response.finish_reasons is empty (#3417)

Version 0.1b0 (2025-03-05)

  • Add support for async and streaming. (#3298)

Create an initial version of Open Telemetry instrumentation for github.com/googleapis/python-genai. (#3256)