[EDR Workflows][8.15] Enable process descendant event filtering feature flag for 8.15 (#187627)

<img width="664" alt="image"
src="04472587-23b1-4c9e-8eec-83e10abe6dac">
This commit is contained in:
Gergő Ábrahám 2024-07-08 11:45:53 +02:00 committed by GitHub
parent 2004c4c933
commit 445a9129d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,7 +262,7 @@ export const allowedExperimentalValues = Object.freeze({
/**
* Adds a new option to filter descendants of a process for Management / Event Filters
*/
filterProcessDescendantsForEventFiltersEnabled: false,
filterProcessDescendantsForEventFiltersEnabled: true,
});
type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;