Fix support for go-errors
·
19 commits
to master
since this release
- The stack trace parsing logic was stripping the first line of the stack trace string which causes stack traces from go-errors to appear in Raygun very incorrectly. This bug has been fixed by iterating the stack trace model of a go-errors Error and getting the values from there rather than serializing the stacktrace as a string and then parsing it. Credit to @IcaroG for identifying and fixing this.