You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most SQL integrations write the raw statement to db.query.text, so inline literals such as WHERE email = 'jane@example.com' are sent, although OTel only allows collecting query text by default when literals are sanitized.
Most SQL integrations write the raw statement to
db.query.text, so inline literals such asWHERE email = 'jane@example.com'are sent, although OTel only allows collecting query text by default when literals are sanitized.