Skip to content

Commit 5f0bcc1

Browse files
Bump OpenTelemetry.Instrumentation.Http (#43819)
Bumps the dotnet group in /docs/core/diagnostics/snippets/OTLP-Example/csharp with 1 update: [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib). Updates `OpenTelemetry.Instrumentation.Http` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0) --- updated-dependencies: - dependency-name: OpenTelemetry.Instrumentation.Http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d96370a commit 5f0bcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/snippets/OTLP-Example/csharp/OTLP-Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0" />
1313
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0" />
1414
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
15-
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
15+
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)