trackErrorWithException method
Track an error specifying its source, with exception e and optional stackTrace.
Implementation
@override
void trackErrorWithException(String source, dynamic e, [StackTrace? stackTrace])
{
logDebug('### trackErrorWithException: $e');
}