Update aws xray project profiles (#268)
This commit is contained in:
parent
e84ef9375c
commit
a7eb0dc5ff
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
{deps, [{opentelemetry_api, "~> 1.2"}]}.
|
{deps, [{opentelemetry_api, "~> 1.2"}]}.
|
||||||
|
|
||||||
{project_plugins, [{rebar_covertool, "1.1.0"}]}.
|
{project_plugins, [covertool,
|
||||||
|
erlfmt,
|
||||||
|
rebar3_hex]}.
|
||||||
|
|
||||||
{profiles, [{test, [{erl_opts, [nowarn_export_all]},
|
{profiles, [{test, [{erl_opts, [nowarn_export_all]},
|
||||||
{deps, [{opentelemetry, "~> 1.3"}]}]}]}.
|
{deps, [{opentelemetry, "~> 1.3"}]}]}]}.
|
||||||
|
|
Loading…
Reference in New Issue