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
I understand that this issue may be closed if it should be filed in another category
I understand
My issue
This doesn't really log any info about the error:
For example, our FetchError class has input, error and data attributes on it, none of which are logged.
We should also use spans to get a better stack trace, essentially any of these logs shouldn't be necessary. If we have spans we should be able to just let the error bubble and log it once in a central place:
The text was updated successfully, but these errors were encountered:
I understand that this issue may be closed if it should be filed in another category
My issue
This doesn't really log any info about the error:
For example, our
FetchError
class hasinput
,error
anddata
attributes on it, none of which are logged.We should also use spans to get a better stack trace, essentially any of these logs shouldn't be necessary. If we have spans we should be able to just let the error bubble and log it once in a central place:
The text was updated successfully, but these errors were encountered: