From 678fb6940529effb4464564c376a08e163caf45e Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 22 Dec 2024 22:57:05 +0100 Subject: [PATCH] chore: Added possible missing component --- Pushy/Pushy/Components/App.razor | 3 ++- Pushy/Pushy/appsettings.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pushy/Pushy/Components/App.razor b/Pushy/Pushy/Components/App.razor index ae06d9f..383a3e7 100644 --- a/Pushy/Pushy/Components/App.razor +++ b/Pushy/Pushy/Components/App.razor @@ -14,11 +14,12 @@ + - + @if (Agent.Configuration.Enabled && Environment.IsProduction()) { diff --git a/Pushy/Pushy/appsettings.json b/Pushy/Pushy/appsettings.json index 4359f0c..9e56493 100644 --- a/Pushy/Pushy/appsettings.json +++ b/Pushy/Pushy/appsettings.json @@ -7,8 +7,7 @@ } }, "AllowedHosts": "*", - "ElasticApm": - { + "ElasticApm": { "ServerUrl": "http://apm.home.local:8200", "TransactionNameGroups": "GET /t/*" }