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