Current section
Files
Jump to
Current section
Files
oc_datadog
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{opencensus, "~> 0.6.0"},
{jsx, "~> 2.9"}]}.
{project_plugins, [rebar3_lint, rebar3_hex]}.
{shell, [{config, "config/dev.conf"}]}.
% vi: ft=erlang syn=erlang