filesWhitelistedForInsights property

Set<String> filesWhitelistedForInsights
getter/setter pair

Files that are allowed to be accessed through the InsightsEndpoint. File paths are relative to the root directory of the server. Complete directories (including sub directories) can be whitelisted by adding a trailing slash.

Implementation

Set<String> filesWhitelistedForInsights = {
  'lib/src/generated/protocol.yaml',
};