Floating-Dartists / matomo-tracker

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26 stars 28 forks source link

Remove internal visitorId assertion #38

Closed luckyrat closed 1 year ago

luckyrat commented 1 year ago

This permits migration from the upstream package.

We still check the user-supplied visitorId format but allow Matomo server to deal with the incorrect format from the old package (substring of sha1 digest).

The existing (UUID) user ID is also still supplied to Matomo because we default to using the visitorId for that field.