startTrace abstract method
Starts a new trace for an ODBC operation.
The operationName should be descriptive (e.g., "odbc.query").
Returns ResultDart with trace on success or TelemetryException.
Implementation
Future<ResultDart<Trace, TelemetryException>> startTrace(
String operationName,
);