Prints the trace message with tag to the me.Log.
message
tag
static void trace(String message, [String? tag]) { me.Log.trace(message, tag); _breadcrumb(message, tag, SentryLevel.debug); }