Bryan Gergen
Bryan Gergen
This actually is the expected behavior—the `process` function only fires on initial page load. The example `pageview` event in the docs doesn't really account for a single-page app; it fires...
Just submitted a PR to add a note to the docs: https://github.com/nytimes/react-tracking/pull/192. I do think we should address this. It will probably involve breaking up [this useEffect block](https://github.com/nytimes/react-tracking/blob/main/src/useTrackingImpl.js#L58-L96) into two...
@mwildehahn Thanks for submitting this PR, and apologies for taking so long to get to it! Any idea whether this will cause the inverse to happen for older versions of...
@cabljac What sorts of config values might be helpful? The only thing in our config that might be a bit out of the ordinary as far as I can tell...