startTrace abstract method

Future<ResultDart<Trace, TelemetryException>> startTrace(
  1. String operationName
)

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,
);