diff --git a/config/config.exs b/config/config.exs index 31d4272b..803c13a7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -12,7 +12,7 @@ config :ash_hq, config :ash, allow_flow: true -config :ash, :tracer, AshAppsignal +config :ash, :tracer, [AshAppsignal] config :ash_appsignal, trace_types: [ diff --git a/lib/ash_hq_web/pages/home.ex b/lib/ash_hq_web/pages/home.ex index bbf5c6d7..9feb0b1b 100644 --- a/lib/ash_hq_web/pages/home.ex +++ b/lib/ash_hq_web/pages/home.ex @@ -81,6 +81,18 @@ defmodule AshHqWeb.Pages.Home do

Try our interactive tutorial with Livebook

+
+