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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Though we can't really get variable information at runtime, it would be useful to be able to set the vars attribute on StackTraceFrame so that we could annotate those frames. Specifically if you are using something like pkg/errors you may have annotated each level of your stack trace with a message, being able to see that message, which often contains useful information, with the frame in Sentry would be mighty useful.
Can prepare a PR for this if there's interest.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Though we can't really get variable information at runtime, it would be useful to be able to set the
vars
attribute on StackTraceFrame so that we could annotate those frames. Specifically if you are using something likepkg/errors
you may have annotated each level of your stack trace with a message, being able to see that message, which often contains useful information, with the frame in Sentry would be mighty useful.Can prepare a PR for this if there's interest.
The text was updated successfully, but these errors were encountered: