Skip to content
New issue

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

Incorrect page view tracking since 2.11 #2677

Closed
melchiorb opened this issue Apr 15, 2024 · 3 comments
Closed

Incorrect page view tracking since 2.11 #2677

melchiorb opened this issue Apr 15, 2024 · 3 comments
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@melchiorb
Copy link

melchiorb commented Apr 15, 2024

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

@franciscao633
Copy link
Collaborator

Thanks for the PR, well take a look

@mikecao
Copy link
Collaborator

mikecao commented Apr 16, 2024

Should be fixed by this PR, #2679. We will release a hotfix.

@mikecao mikecao added bug Something isn't working fixed in dev Fixed in the dev branch labels Apr 17, 2024
@mikecao
Copy link
Collaborator

mikecao commented Apr 17, 2024

Fixed in v2.11.2.

@mikecao mikecao closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

3 participants