Skip to content

Commit b3e6bf1

Browse files
committed
Merge branch 'feature-async-bedrock' of github.com:newrelic/newrelic-python-agent into feature-async-bedrock
2 parents 824140a + b4611f8 commit b3e6bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newrelic/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,12 +3989,12 @@ def _process_module_builtin_defaults():
39893989
)
39903990
_process_module_definition("gearman.worker", "newrelic.hooks.application_gearman", "instrument_gearman_worker")
39913991

3992+
_process_module_definition("aiobotocore.client", "newrelic.hooks.external_aiobotocore", "instrument_aiobotocore_client")
3993+
39923994
_process_module_definition(
39933995
"aiobotocore.endpoint", "newrelic.hooks.external_aiobotocore", "instrument_aiobotocore_endpoint"
39943996
)
39953997

3996-
_process_module_definition("aiobotocore.client", "newrelic.hooks.external_aiobotocore", "instrument_aiobotocore_client")
3997-
39983998
_process_module_definition("botocore.endpoint", "newrelic.hooks.external_botocore", "instrument_botocore_endpoint")
39993999
_process_module_definition("botocore.client", "newrelic.hooks.external_botocore", "instrument_botocore_client")
40004000

0 commit comments

Comments
 (0)