Pull Request #52 Fix runtime panic in Sentry stacktrace creator

The frame returned by NewStacktraceFrame can be nil in certain cases,
for example for `runtime.goexit`. The `raven.NewStacktrace` function
handles them by just skipping over them in the stacktrace, so let's port
that into this as well.

Sarah Hodne avatar Sarah Hodne

Pull request event #245 passed

  • Ran for
  • New branch build
AMD64
Go: 1.7.5
Git

There was an error while trying to fetch the log.