Jun 05, 2024
Allow custom action names to be set
Elixirphoenix 2.3.9
Changed
-
Allow custom action names to be set in Phoenix routes. For example, in a plug middleware or the controller:
ElixirAppsignal.Tracer.root_span() |> Appsignal.Span.set_name("CustomActionName")
See the changelog for AppSignal for Phoenix package 2.3.9 for more information.