Skip to content

Fix support for go-errors

Compare
Choose a tag to compare
@QuantumNightmare QuantumNightmare released this 09 Jun 23:56
· 19 commits to master since this release
04ea0ac
  • 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.