Add Orion for production perf measurement

This commit is contained in:
Claudio Ortolina
2025-09-30 09:44:05 +03:00
parent 641ba3e1b7
commit ec40f357d5
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ defmodule MusicLibrary.MixProject do
{:error_tracker, "~> 0.6.0"},
{:recon, "~> 2.5"},
{:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"}
{:telemetry_poller, "~> 1.0"},
{:orion, "~> 1.0"}
]
end