File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments