apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Support use of `TagWith` in EntityFramework

Open stevejgordon opened this issue 8 months ago • 0 comments

In EF, the TagWith API lets users tag queries with information that is then included in the generated SQL statement.

Our SignatureParser.Parse method doesn't support tags, so they are trimmed as '-- in the span name.

We can review the work required to trim tags from the statement before we attempt to match the first "real" token with the SQL operation.

stevejgordon avatar Mar 05 '25 14:03 stevejgordon