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