Remove deprecated SQL dependency tracking overloads #391
Labels
breaking-change
All issues that require to do a breaking chnage
dependencies
All issues related to dependencies
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
Previously, we used the
DependencyMeasurement
and a table/operation name combination to track a SQL dependency.Describe the solution you'd like
Remove the deprecated logger extensions overload in the
Arcus.Observability.Telemetry.Sql
andArcus.Observability.Telemetry.Core
projects that still uses theDependencyMeasurement
type and are missing the pseudo SQL command parameter.The text was updated successfully, but these errors were encountered: