EXP: update to Sentry 12.0

This commit is contained in:
Claudio Ortolina
2026-02-25 19:02:47 +00:00
parent 3107b8e027
commit 657d82b021
4 changed files with 6 additions and 29 deletions
+3 -2
View File
@@ -87,7 +87,8 @@ defmodule MusicLibrary.MixProject do
{:tidewave, "~> 0.5", only: :dev},
# HTTP Clients
{:finch, "~> 0.21.0"},
# Override is needed due to Sentry locking to an older version
{:finch, "~> 0.21.0", override: true},
{:req, "~> 0.5.8"},
# Parsing
@@ -114,7 +115,7 @@ defmodule MusicLibrary.MixProject do
{:lazy_html, ">= 0.1.0", only: :test},
# Prod error/perf tooling
{:sentry, "~> 11.0"},
{:sentry, "~> 12.0"},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:recon, "~> 2.5"},
{:telemetry_metrics, "~> 1.0"},