pageUrlAllowlist property

List<String>? pageUrlAllowlist
final

Web specific

List of page URLs on which element interactions are tracked.

Note: only String entries are supported from Flutter. The Browser SDK also accepts JavaScript RegExp entries, but those cannot be serialized across the platform channel.

Implementation

final List<String>? pageUrlAllowlist;