fn record_sql_in_span(
sql: &str,
redact_sql_option_keywords: Option<RedactSqlOptionKeywordsRef>,
) -> StringExpand description
Record sql in the current tracing span.
fn record_sql_in_span(
sql: &str,
redact_sql_option_keywords: Option<RedactSqlOptionKeywordsRef>,
) -> StringRecord sql in the current tracing span.