Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [opentelemetry_api]}.
{project_plugins, [rebar3_format, rebar3_hex, rebar3_ex_doc, rebar3_depup]}.
{ex_doc,
[{main, "README.md"},
{extras,
[{"README.md", #{title => "Overview"}},
{"CHANGELOG.md", #{title => "Changelog"}},
{"LICENSE.md", #{title => "License (Apache 2.0)"}},
{"CONTRIBUTING.md", #{title => "Contributing"}},
{"CODE_OF_CONDUCT.md", #{title => "Code of Conduct"}}]},
{source_url, <<"https://github.com/cogini/opentelemetry_xray">>},
{homepage_url, <<"https://github.com/cogini/opentelemetry_xray">>},
{api_reference, false}]}.
{dialyzer, [all_deps]}.
{hex,
[{doc, #{provider => ex_doc}}, {hex, [{repos, [#{name => <<"hexpm:jakemorrison">>}]}]}]}.