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
152367: sql: log AST and plan gist for most sentry reports r=DrewKimball a=DrewKimball
#### sql: don't redact post-query type from errors
This commit fixes a minor oversight from when we introduced AFTER
triggers: the type of post-query (cascade vs trigger) is redacted in
error messages. This information is safe, so this commit marks the
action type as a `SafeString`.
Epic: None
Release note: None
#### sql: remove unnecessary param from helper functions
This commit removes an unused `ClientNoticeSender` parameter from
several functions related to formatting virtual table names.
Epic: None
Release note: None
#### sql: log AST and plan gist for most sentry reports
This commit adds a method to the `connExecutor` that annotates an
error with the currently-executing statement's AST and plan gist, if
available (saved on the `connExecutor`). This method is now called
before an error is used to build a sentry report in most cases
(i.e. any time an error or panic is propagated up to the `connExecutor`).
Fixes#93285
Release note: None
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments