Skip to content

Commit

Permalink
Update lib/appsignal_phoenix/event_handler.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Tom de Bruijn <[email protected]>
  • Loading branch information
jeffkreeftmeijer and tombruijn authored Sep 2, 2024
1 parent 0e7d47c commit ff94872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appsignal_phoenix/event_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ defmodule Appsignal.Phoenix.EventHandler do
"request_method" => appsignal_metadata["method"],
"request_path" => appsignal_metadata["request_path"],
"request_id" => appsignal_metadata["request_id"],
"status" => appsignal_metadata["status"]
"response_status" => appsignal_metadata["status"]
})
end

Expand Down

0 comments on commit ff94872

Please sign in to comment.