We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6e81d commit a9f3b05Copy full SHA for a9f3b05
examples/Tracing/src/HelloWorld/Function.cs
@@ -24,7 +24,6 @@
24
using Amazon.Lambda.APIGatewayEvents;
25
using Amazon.Lambda.Core;
26
using Amazon.Lambda.Serialization.SystemTextJson;
27
-using Amazon.XRay.Recorder.Handlers.AwsSdk;
28
using AWS.Lambda.Powertools.Logging;
29
using AWS.Lambda.Powertools.Tracing;
30
examples/Tracing/src/HelloWorld/HelloWorld.csproj
@@ -11,6 +11,5 @@
11
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
12
<PackageReference Include="AWS.Lambda.Powertools.Tracing" Version="1.2.0" />
13
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
14
- <PackageReference Include="AWSXRayRecorder.Handlers.AwsSdk" Version="2.12.0" />
15
</ItemGroup>
16
</Project>
0 commit comments