Update aws xray project profiles (#268)

This commit is contained in:
Bryan Naegele 2024-02-04 20:41:14 -07:00 committed by GitHub
parent e84ef9375c
commit a7eb0dc5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
{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]},
{deps, [{opentelemetry, "~> 1.3"}]}]}]}.