Bump deps

This commit is contained in:
Jeff Mitchell
2017-01-04 16:47:38 -05:00
parent 0dd5a2a6ba
commit de5d4f8f08
247 changed files with 26062 additions and 7522 deletions

View File

@@ -180,6 +180,12 @@ func (err *Error) Stack() []byte {
return buf.Bytes()
}
// Callers satisfies the bugsnag ErrorWithCallerS() interface
// so that the stack can be read out.
func (err *Error) Callers() []uintptr {
return err.stack
}
// ErrorStack returns a string that contains both the
// error message and the callstack.
func (err *Error) ErrorStack() string {