Packages

Elixir - save and easy to use standalone, tracing tools for running elixir and erlang applications

Current section

Files

Jump to
exrun lib exrun.ex
Raw

lib/exrun.ex

defmodule Exrun do
use Application
@doc false
def start(_type, []) do
Tracer.Supervisor.start_link
end
end