Current section
Files
Jump to
Current section
Files
src/gleam_sentry.app.src
{application,gleam_sentry,
[{description,"Gleam Client for Sentry Error tracking"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[]}]}.