Closed behzadsh closed 5 years ago
same here
hi i resolve this problem its pretty simple :+1: open up the ../../getsentry/raven-go/stacktrace.go file get into line 61 and replace with this code
for f, _ := range stacktracer.StackTrace()
or stick to an older pkg/errors like this in your vendor:
+- package: github.com/pkg/errors
+ version: 645ef00459ed84a119197bfb8d8205042c6df63d
i haven't this error
@ManouchehrRasoulli done in PR #226
I get this error when I try to build my code