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/*"
}