File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def patch():
2121 setattr (aiobotocore .client , '_datadog_patch' , True )
2222
2323 wrapt .wrap_function_wrapper ('aiobotocore.client' , 'AioBaseClient._make_api_call' , _wrapped_api_call )
24- Pin (service = 'aws' , app = 'aiobotocore ' , app_type = 'web' ).onto (aiobotocore .client .AioBaseClient )
24+ Pin (service = 'aws' , app = 'aws ' , app_type = 'web' ).onto (aiobotocore .client .AioBaseClient )
2525
2626
2727def unpatch ():
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ def patch():
3131
3232 wrapt .wrap_function_wrapper ('boto.connection' , 'AWSQueryConnection.make_request' , patched_query_request )
3333 wrapt .wrap_function_wrapper ('boto.connection' , 'AWSAuthConnection.make_request' , patched_auth_request )
34- Pin (service = "aws" , app = "boto " , app_type = "web" ).onto (boto .connection .AWSQueryConnection )
35- Pin (service = "aws" , app = "boto " , app_type = "web" ).onto (boto .connection .AWSAuthConnection )
34+ Pin (service = "aws" , app = "aws " , app_type = "web" ).onto (boto .connection .AWSQueryConnection )
35+ Pin (service = "aws" , app = "aws " , app_type = "web" ).onto (boto .connection .AWSAuthConnection )
3636
3737
3838def unpatch ():
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def patch():
2828 setattr (botocore .client , '_datadog_patch' , True )
2929
3030 wrapt .wrap_function_wrapper ('botocore.client' , 'BaseClient._make_api_call' , patched_api_call )
31- Pin (service = "aws" , app = "botocore " , app_type = "web" ).onto (botocore .client .BaseClient )
31+ Pin (service = "aws" , app = "aws " , app_type = "web" ).onto (botocore .client .BaseClient )
3232
3333
3434def unpatch ():
You can’t perform that action at this time.
0 commit comments