Skip to content

Commit dfb25da

Browse files
Added x-ray client (#1122)
1 parent 72174c5 commit dfb25da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DependencyInjection/AwsPackagesProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ public static function getAllServices(): array
117117
'class' => \AsyncAws\StepFunctions\StepFunctionsClient::class,
118118
'package' => 'async-aws/step-functions',
119119
],
120+
'x_ray' => [
121+
'class' => \AsyncAws\XRay\XRayClient::class,
122+
'package' => 'async-aws/x-ray',
123+
],
120124
];
121125
}
122126

0 commit comments

Comments
 (0)