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.