Current section
Files
Jump to
Current section
Files
bugsnag_erlang
rebar.config
rebar.config
%%-*- mode: erlang -*-
{cover_enabled, true}.
{erl_opts, [debug_info, fail_on_warning,
{parse_transform, lager_transform}]}.
{deps, [lager,
jsx
]}.