You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The situation is I have a route in my router which loads a component. That component "replaces" the URL as someone types in an input box, so that the URL always matches the input in the form. Each of these "replace" actions on the $route are getting recorded as separate page visits in Matomo. I'd like to be able to filter all of the "replaces" out. Is there a middleware function I can use for this?
The text was updated successfully, but these errors were encountered:
The situation is I have a route in my router which loads a component. That component "replaces" the URL as someone types in an input box, so that the URL always matches the input in the form. Each of these "replace" actions on the $route are getting recorded as separate page visits in Matomo. I'd like to be able to filter all of the "replaces" out. Is there a middleware function I can use for this?
The text was updated successfully, but these errors were encountered: