Closed bfields06 closed 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.
for f := range stacktracer.StackTrace()
@mattrobenolt
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.