Skip to content

Commit 4939db1

Browse files
authored
Merge branch 'main' into fix-linter-pyupgrade
2 parents 2b3b655 + 8c53c6d commit 4939db1

File tree

9 files changed

+3156
-2
lines changed

9 files changed

+3156
-2
lines changed

newrelic/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,8 @@ def _process_module_builtin_defaults():
20092009
)
20102010
_process_module_definition("openai._base_client", "newrelic.hooks.mlmodel_openai", "instrument_openai_base_client")
20112011

2012+
_process_module_definition("google.genai.models", "newrelic.hooks.mlmodel_gemini", "instrument_genai_models")
2013+
20122014
_process_module_definition(
20132015
"asyncio.base_events", "newrelic.hooks.coroutines_asyncio", "instrument_asyncio_base_events"
20142016
)

0 commit comments

Comments
 (0)