diff --git a/applicationinsights.dev.json b/applicationinsights.dev.json index f5c343fbd..8708c9ab5 100644 --- a/applicationinsights.dev.json +++ b/applicationinsights.dev.json @@ -16,6 +16,17 @@ "sampling": { "percentage": 100, "overrides": [ + { + "telemetryType": "request", + "attributes": [ + { + "key": "url.path", + "value": "/api/users/me.*", + "matchType": "regexp" + } + ], + "percentage": 10 + }, { "telemetryType": "dependency", "attributes": [ diff --git a/applicationinsights.json b/applicationinsights.json index a6fbb32b0..5edeb9c46 100644 --- a/applicationinsights.json +++ b/applicationinsights.json @@ -27,6 +27,17 @@ ], "percentage": 5 }, + { + "telemetryType": "request", + "attributes": [ + { + "key": "url.path", + "value": "/api/users/me.*", + "matchType": "regexp" + } + ], + "percentage": 1 + }, { "telemetryType": "request", "attributes": [