fix: various fixes to sentry-reported errors and more

This commit is contained in:
Hampus Kraft
2026-02-18 15:38:51 +00:00
parent 302c0d2a0c
commit 0517a966a3
357 changed files with 25420 additions and 16281 deletions

View File

@@ -3,7 +3,8 @@
{cowboy, "2.14.2"},
{base64url, "1.0.1"},
{jose, "1.11.10"},
{ezstd, "1.1.0"}
{ezstd, "1.1.0"},
{enats, "1.2.0"}
]}.
{overrides, [
@@ -13,6 +14,7 @@
{relx, [
{release, {fluxer_gateway, "0.0.0"}, [
fluxer_gateway,
enats,
sasl
]},
{dev_mode, true},
@@ -54,7 +56,7 @@
{dialyzer, [
{plt_extra_apps, [
jose, ranch
jose, ranch, enats
]},
{warnings_file, "dialyzer.ignore-warnings"}
]}.