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
If use something fmt.Errorf("%+v", err), but return only text. I have use this library, but cant look good stack trace in sentry and cant write converter/adapter for Error type.
The text was updated successfully, but these errors were encountered:
How i can extract stack trace from this library Error type like at https://github.com/pkg/errors library?
If use something
fmt.Errorf("%+v", err)
, but return only text. I have use this library, but cant look good stack trace in sentry and cant write converter/adapter for Error type.The text was updated successfully, but these errors were encountered: