mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Update reserved data attributes list after migration to v2.11.2
This commit is contained in:
parent
6980aea261
commit
a693d271af
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
const screen = `${width}x${height}`;
|
||||
const eventRegex = /data-umami-event-([\w-_]+)/;
|
||||
const pageviewCustomPropertyRegex = /data-([\w-_]+)/;
|
||||
const reservedDataAttributes = ['website-id', 'domains', 'umami-event', 'auto-track', 'host-url'];
|
||||
const reservedDataAttributes = ['website-id', 'domains', 'umami-event', 'auto-track', 'host-url', 'exclude-search'];
|
||||
const eventNameAttribute = _data + 'umami-event';
|
||||
const delayDuration = 300;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue