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 errors logging through @edge-runtime/primitives/console.js will be formated, then the error trace becomes one line error string which lost the trace context. it's hard to debug. Wonder if we can tweak here to log more information.
Workaround
Currently I work around by change this in console primitives so that I could see the original logging.
Observed
The errors logging through
@edge-runtime/primitives/console.js
will be formated, then the error trace becomes one line error string which lost the trace context. it's hard to debug. Wonder if we can tweak here to log more information.Workaround
Currently I work around by change this in console primitives so that I could see the original logging.
Expected
Ideally I can see error log tracing and I don't have to change it
The text was updated successfully, but these errors were encountered: