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 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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: