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
The library should not use console.error internally, because it is not compatible with any custom logging flow (for example sending json formatted logs, to use in most SAAS logging analysis platform).
The library should not use
console.error
internally, because it is not compatible with any custom logging flow (for example sending json formatted logs, to use in most SAAS logging analysis platform).This specific
console.error
is causing some issues on our own integration:https://github.com/spruceid/siwe/blob/main/packages/siwe/lib/client.ts#L297
I think it should return the error directly (or catch & reformat it), but not log it internally.
The text was updated successfully, but these errors were encountered: