The React plugin currently tracks a page view every time the history listener is called, even during a page replace. This may not be desirable to those who replace the current page to update page state, since that currently causes a new page view to be tracked.
Could we consider excluding page replaces or adding an option to exclude page replaces from tracking page views?
The React plugin currently tracks a page view every time the history listener is called, even during a page replace. This may not be desirable to those who replace the current page to update page state, since that currently causes a new page view to be tracked.
Could we consider excluding page replaces or adding an option to exclude page replaces from tracking page views?