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 ff94872 commit 47d0960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/appsignal_phoenix/event_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ defmodule Appsignal.Phoenix.EventHandler do
|> @span.set_sample_data_if_nil("environment", appsignal_metadata)
|> @span.set_sample_data_if_nil("session_data", Appsignal.Metadata.session(conn))
|> @span.set_sample_data("metadata", %{
"hostname" => appsignal_metadata["host"],
"request_method" => appsignal_metadata["method"],
"request_path" => appsignal_metadata["request_path"],
"request_id" => appsignal_metadata["request_id"],
Expand Down

0 comments on commit 47d0960

Please sign in to comment.