Skip to content

Commit

Permalink
[Instrumentation.AWS] Update dependency to OpenTelemetry.Extensions.A…
Browse files Browse the repository at this point in the history
…WS (#1288)
  • Loading branch information
Kielek authored Aug 3, 2023
1 parent 1b7cda5 commit 36a9712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/OpenTelemetry.Instrumentation.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* Global propagator is now used to inject into sent SQS and SNS message
attributes (in addition to X-Ray propagation).
([#1051](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1051))
* Change dependency from `OpenTelemetry.Contrib.Extensions.AWSXRay` to `OpenTelemetry.Extensions.AWS`
([#1288](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1288))

## 1.0.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using Amazon.Runtime.Internal;
using Amazon.Util;
using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Contrib.Extensions.AWSXRay.Trace;
using OpenTelemetry.Extensions.AWS.Trace;
using OpenTelemetry.Trace;

namespace OpenTelemetry.Instrumentation.AWS.Implementation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="AWSSDK.Core" Version="3.5.1.24" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.5.0.27" />
<PackageReference Include="AWSSDK.SQS" Version="3.5.0.26" />
<PackageReference Include="OpenTelemetry.Contrib.Extensions.AWSXRay" Version="1.0.1" />
<PackageReference Include="OpenTelemetry.Extensions.AWS" Version="1.3.0-beta.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 36a9712

Please sign in to comment.