Skip to content

Commit 3c5a421

Browse files
committed
Update CHANGELOG.md
1 parent de799bf commit 3c5a421

File tree

1 file changed

+2
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai

1 file changed

+2
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Ensure log event is written and completion hook is called even when model call results in exception. Put new
1111
log event (` gen_ai.client.inference.operation.details`) behind the flag `OTEL_SEMCONV_STABILITY_OPT_IN=gen_ai_latest_experimental`.
1212
Ensure same sem conv attributes are on the log and span. Fix an issue where the instrumentation would crash when a pydantic.BaseModel class was passed as the response schema ([#3905](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3905)).
13+
- Support `suppress_instrumentation` contextmanager from `opentelemetry.instrumentation.utils`.
1314

1415
## Version 0.4b0 (2025-10-16)
1516

@@ -36,4 +37,4 @@ span attribute `gen_ai.response.finish_reasons` is empty ([#3417](https://github
3637
([#3298](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3298))
3738

3839
Create an initial version of Open Telemetry instrumentation for github.com/googleapis/python-genai.
39-
([#3256](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3256))
40+
([#3256](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3256))

0 commit comments

Comments
 (0)