Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Stack trace frames aren't getting indexed properly #256

Closed
bfields06 opened this issue May 10, 2019 · 1 comment · Fixed by #257
Closed

Stack trace frames aren't getting indexed properly #256

bfields06 opened this issue May 10, 2019 · 1 comment · Fixed by #257

Comments

@bfields06
Copy link
Contributor

This PR #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
Copy link
Contributor Author

@mattrobenolt

bfields06 added a commit to bfields06/raven-go that referenced this issue May 10, 2019
Fixes: getsentry#256
Update GetOrNewStackTrace() to iterate over stacktracer.StackTrace() elements
kamilogorek pushed a commit that referenced this issue May 13, 2019
Fixes: #256
Update GetOrNewStackTrace() to iterate over stacktracer.StackTrace() elements
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant