-
Notifications
You must be signed in to change notification settings - Fork 3
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
Excluding route does not work #10
Comments
@JesseDeBruijne Hey, thanks for reporting the issue. I need to check what the problem is and will get back with an answer. |
Hi @danieltwork I've now tried to implement my own page view tracking using the
The way I'm reading the documentation, it should only automatically log page views when the |
I have the same issue on my side im using @piwikpro/[email protected] |
In my app, I have a login process that redirects the user to a page called
/auth-callback?...
with a bunch of parameters there.I don't want to log this page to PIWIK because it's not relevant to our analytics and contains some sensitive data (which I can filter out using parameters).
I've tried to exclude this route by doing this:
and I've tried this with other variations too:
But the page keeps popping up in the tracker debugger.
Am I doing something wrong in my code? Or is the exclude/include function not working properly?
The text was updated successfully, but these errors were encountered: