Skip to content

Commit

Permalink
Merge pull request #165 from starbelly/164-stacktrace-compat
Browse files Browse the repository at this point in the history
Add stacktrace_compat to the mix resolves #164
  • Loading branch information
elbrujohalcon authored Jun 27, 2018
2 parents fed4e2d + 6482c34 commit 3a1875d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

{profiles, [
{test, [
{deps, [ {meck, "0.8.4"}
{deps, [ {meck, "0.8.10"}
, {katana_test, "0.1.1"}
, {mixer, "0.1.5", {pkg, inaka_mixer}}
]}
Expand Down
5 changes: 2 additions & 3 deletions src/egithub_webhook.erl
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@ event(Module, StatusCred, ToolName, Context, CommentsCred, Request) ->
_:Error ->
_ = lager:warning(
"event:Error ~p Module: ~p ToolName: ~p "
"Context: ~p EventData: ~p get_stacktrace: ~p",
"Context: ~p EventData: ~p",
[ Error
, Module
, ToolName
, Context
, EventData
, erlang:get_stacktrace()]),
, EventData]),
ErrSource =
do_handle_error_source(Error, Module, CommentsCred, EventData),
_ =
Expand Down

0 comments on commit 3a1875d

Please sign in to comment.