We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to 2.11, I noticed an issue with the default tracking:
On a single-page application (using history.pushState), the full url (including domain) is tracked, not just the path.
Reverting back to 2.10.2 solved the issue immediately.
Any ideas what could cause this? I saw several changes to the tracker script between those releases, but could not easily see what my cause this.
Note: it's a Vue app with Vue Router and Umami running on Docker.
PostgreSQL
No response
2.11.2
Docker
The text was updated successfully, but these errors were encountered:
Thanks for the PR, well take a look
Sorry, something went wrong.
Should be fixed by this PR, #2679. We will release a hotfix.
Fixed in v2.11.2.
No branches or pull requests
Describe the Bug
After upgrading to 2.11, I noticed an issue with the default tracking:
On a single-page application (using history.pushState), the full url (including domain) is tracked, not just the path.
Reverting back to 2.10.2 solved the issue immediately.
Any ideas what could cause this? I saw several changes to the tracker script between those releases, but could not easily see what my cause this.
Note: it's a Vue app with Vue Router and Umami running on Docker.
Database
PostgreSQL
Relevant log output
No response
Which Umami version are you using? (if relevant)
2.11.2
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Docker
The text was updated successfully, but these errors were encountered: