in src/lib/targeting/session.ts [122:130]
const matchedRef: (typeof referrers)[number] | null =
referrers.find((referrerType) =>
referrer.includes(referrerType.match),
) ?? null;
return matchedRef ? matchedRef.id : null;
};
const experimentsTargeting = ({