getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 147 forks source link

Ability to set vars on StackTraceFrame #233

Open nicpottier opened 5 years ago

nicpottier commented 5 years ago

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.