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
we currently format viem errors to truncate long hex arguments in order to keep logging cleaner and more readable.
However we should still be including the args along with any other useful information as the data object in logger.error()
e.g.: logger.error('Failed to send tx', formattedError, errorObj)
The text was updated successfully, but these errors were encountered:
we currently format viem errors to truncate long hex arguments in order to keep logging cleaner and more readable.
However we should still be including the args along with any other useful information as the
data
object inlogger.error()
e.g.:
logger.error('Failed to send tx', formattedError, errorObj)
The text was updated successfully, but these errors were encountered: