Skip to content

Commit

Permalink
skip 2 more lines of backtrace for rollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 9, 2015
1 parent ac7fc2e commit cf64b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/httperr/httperr.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func New(code int, err error) *Error {
e := &Error{
code: code,
err: err,
stack: rollbar.BuildStack(1),
stack: rollbar.BuildStack(3),
trace: errorTrace(),
}

Expand Down

0 comments on commit cf64b15

Please sign in to comment.