Current section

Files

Jump to
opentelemetry_api src opentelemetry_api.app.src
Raw

src/opentelemetry_api.app.src

{application, opentelemetry_api,
[{description, "OpenTelemetry API"},
{vsn, "1.5.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{exclude_paths, ["rebar.lock"]},
{env,[]},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/open-telemetry/opentelemetry-erlang"}]}
]}.