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
Currently, zap builds its own stacktrace and puts it in a string. It prevents us from playing with it and moving the initial frame to the slog logger call (instead of zap logger call).
Currently, zap builds its own stacktrace and puts it in a string. It prevents us from playing with it and moving the initial frame to the slog logger call (instead of zap logger call).
We should write a stacktrace by ourselves. See the job done at https://github.com/samber/oops
The text was updated successfully, but these errors were encountered: