getsentry / raven-go

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

Stack trace frames aren't getting indexed properly #256

Closed bfields06 closed 5 years ago

bfields06 commented 5 years ago

This PR https://github.com/getsentry/raven-go/pull/226 caused a bug during iteration over the stacktracer interface collection.

for f := range stacktracer.StackTrace() f is assigned the index instead of the object itself.

bfields06 commented 5 years ago

@mattrobenolt