From 041a8c689e98c35efa6a14ffffa864d59815b7c3 Mon Sep 17 00:00:00 2001 From: Angelo Caporaso <56113767+cap-ang@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:38:39 +0100 Subject: [PATCH] Update host.json --- host.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/host.json b/host.json index 65a71f7..a95e448 100644 --- a/host.json +++ b/host.json @@ -21,8 +21,11 @@ }, "applicationInsights": { "samplingSettings": { - "isEnabled": false + "isEnabled": true, + "maxTelemetryItemsPerSecond": 5, + "includedTypes": "PageView;Trace;Dependency;Request", + "excludedTypes": "Exception;Event;CustomEvent" + } } - } -} + } }