Skip to content

Commit f68112c

Browse files
authored
[accountingservice] Bump OTel .NET Auto to 1.9.0 (open-telemetry#1780)
* bump otel-dotnet-auto to 1.9.0 * changelog update
1 parent 81d46ef commit f68112c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ the release.
1111
([#1764](https://github.com/open-telemetry/opentelemetry-demo/pull/1764))
1212
* [chore] Move build args to .env file
1313
([#1767](https://github.com/open-telemetry/opentelemetry-demo/pull/1767))
14+
* [accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
15+
to 1.9.0 ([#1780](https://github.com/open-telemetry/opentelemetry-demo/pull/1780))
1416

1517
## 1.12.0
1618

src/accountingservice/AccountingService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
20-
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.8.0" />
20+
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)