Skip to content

Commit

Permalink
fix: avoid converting to atom on runtime metrics formatter (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Apr 2, 2024
1 parent 7fcc55d commit 1023ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Expand Up @@ -80,7 +80,7 @@ if env in [:test, :prod] do
formatter = Map.fetch!(formatters, formatter_str)

config :ae_mdw, TelemetryMetricsStatsd,
formatter: String.to_existing_atom(formatter),
formatter: formatter,
host: host,
port: port
end
Expand Down

0 comments on commit 1023ae1

Please sign in to comment.