File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/Grafana.OpenTelemetry.Base Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased version
44
5+ ## 1.5.2
6+
7+ ### Bug Fixes
8+
9+ * Use 1.15.0 of OpenTelemetry.Instrumentation.SqlClient ([ #418 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/418 ) )
10+
511## 1.5.1
612
713### Bug Fixes
Original file line number Diff line number Diff line change 2828 <ItemGroup Label =" Stable Instrumentation Packages" >
2929 <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.15.0" />
3030 <PackageReference Include =" OpenTelemetry.Instrumentation.Runtime" Version =" 1.15.0" />
31+ <PackageReference Include =" OpenTelemetry.Instrumentation.SqlClient" Version =" 1.15.0" />
3132 </ItemGroup >
3233
3334 <ItemGroup Label =" Non-stable instrumentation packages" >
3435 <PackageReference Include =" OpenTelemetry.Instrumentation.GrpcNetClient" Version =" 1.15.0-beta.1" />
3536 <PackageReference Include =" OpenTelemetry.Instrumentation.Process" Version =" 1.15.0-beta.1" />
36- <PackageReference Include =" OpenTelemetry.Instrumentation.SqlClient" Version =" 1.15.0-rc.1" />
3737 <PackageReference Include =" OpenTelemetry.Resources.Container" Version =" 1.15.0-beta.1" />
3838 <PackageReference Include =" OpenTelemetry.Resources.Host" Version =" 1.15.0-beta.2" />
3939 <PackageReference Include =" OpenTelemetry.Resources.OperatingSystem" Version =" 1.15.0-beta.1" />
You can’t perform that action at this time.
0 commit comments