Skip to content

Commit

Permalink
Merge pull request #118 from appsignal/finish-event
Browse files Browse the repository at this point in the history
Send body->data instead of body to appsignal_finish_event
  • Loading branch information
jeffkreeftmeijer authored Feb 7, 2017
2 parents 0efee00 + 7e72496 commit 36e3927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/appsignal_extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static ERL_NIF_TERM _finish_event_data(ErlNifEnv* env, int argc, const ERL_NIF_T
ptr->transaction,
make_appsignal_string(name),
make_appsignal_string(title),
body,
body->data,
bodyFormat,
0
);
Expand Down

0 comments on commit 36e3927

Please sign in to comment.