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
If I use console.log in a stored procedure, I can get the log from the response headers. However, if I use console.log in a trigger, the log is not returned. Is this intentional?
The text was updated successfully, but these errors were encountered:
If I use
console.log
in a stored procedure, I can get the log from the response headers. However, if I useconsole.log
in a trigger, the log is not returned. Is this intentional?The text was updated successfully, but these errors were encountered: