diff --git a/lib/PlausibleProvider.tsx b/lib/PlausibleProvider.tsx index 17cf6e4..350b79d 100644 --- a/lib/PlausibleProvider.tsx +++ b/lib/PlausibleProvider.tsx @@ -121,7 +121,8 @@ export default function PlausibleProvider(props: { props.exclude ? 'exclusions' : null, props.revenue ? 'revenue' : null, props.trackFileDownloads ? 'file-downloads' : null, - props.taggedEvents ? 'tagged-events' : null + props.taggedEvents ? 'tagged-events' : null, + props.hash ? 'hash' : null ) } integrity={props.integrity}