Packages

Gleam Client for Sentry Error tracking

Current section

Files

Jump to
gleam_sentry rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{src_dirs, ["src", "gen/src"]}.
{profiles, [
{test, [{src_dirs, ["src", "test", "gen/src", "gen/test"]}]}
]}.
{project_plugins, [rebar_gleam, rebar3_hex]}.
{deps, [
{gleam_stdlib, "0.13.0"},
{gleam_beam, "0.1.0"},
{gleam_http, "1.7.0"},
{gleam_httpc, "1.0.0"},
{gleam_json, "0.1.0"}
]}.