scout_apm v1.0.7 ScoutApm.Plugs.ControllerTimer

Link to this section Summary

Functions

Takes a connection, extracts the phoenix controller & action, then manipulates & cleans it up.

Link to this section Functions

Link to this function

action_name(conn, opts)

action_name(Plug.Conn.t(), list()) :: String.t()

Takes a connection, extracts the phoenix controller & action, then manipulates & cleans it up.

Returns a string like "PageController#index"

Link to this function

before_send(conn, opts)

Link to this function

call(conn, opts)

Link to this function

ignore_uri?(uri)

ignore_uri?(String.t()) :: boolean()
Link to this function

maybe_mark_error(conn)