blazor-analytics
blazor-analytics copied to clipboard
Added anonymizeIp
Added Anonymize IP option, see #50
Can we get more generic solution like it was mentioned here https://github.com/isc30/blazor-analytics/issues/16
instead of making such overloads, because covering all use cases will be hard, for example i want to set
{cookie_flags: 'SameSite=None;Secure'}
upd: Oh this was implemented with this commit i missed it, i guess this pull request can be closed then.