mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
hotfix: Log Account ID on billing portal errors
This commit is contained in:
@@ -210,7 +210,10 @@ defmodule Web.Settings.Billing do
|
||||
{:noreply, redirect(socket, external: billing_portal_url)}
|
||||
else
|
||||
{:error, reason} ->
|
||||
Logger.error("Failed to get billing portal URL", reason: inspect(reason))
|
||||
Logger.error("Failed to get billing portal URL",
|
||||
reason: inspect(reason),
|
||||
account_id: socket.assigns.account.id
|
||||
)
|
||||
|
||||
socket =
|
||||
assign(socket,
|
||||
|
||||
Reference in New Issue
Block a user