appsignal_phoenix v0.1.0 Appsignal.Phoenix.Channel

AppSignal's Phoenix instrumentation instruments calls to Phoenix applications to gain performance insights and error reporting.

Installation

To install Appsignal.Phoenix into your Phoenix application, use Appsignal.Phoenix in your application's endpoint module:

defmodule AppsignalPhoenixExampleWeb.Endpoint do
  use Phoenix.Endpoint, otp_app: :appsignal_phoenix_example
  use Appsignal.Phoenix

  # ...
end

Link to this section Summary

Link to this section Functions

Link to this function

instrument(module, name, socket, fun)

Link to this function

instrument(module, name, params, socket, fun)

Link to this function

set_sample_data(span, socket)